Skip to main content

Get Network Configuration

Select

SaaS
Customer Managed

This API returns the Network Configuration of a server

Path Parameters
  • clientId integer required

    Client ID of the server

Responses

OK


Schema
  • string
GET /firewallsummary/:clientid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/FirewallSummary/:clientId' \
-H 'Accept: text/plain' \
-H 'Authtoken: <API_KEY_VALUE>'