Network Get Network Configurations
Gets all operator configuration profiles associated with an operator's network. Optionally includes the modules associated with each profile. This call does not return templates.
Privileges required:
READ
OPERATOR_PROFILE
Request
URI
POST
https://{api_host}/portal/rest/network/getNetworkConfigurations
COPY
Request Body
{
"id": 0,
"networkId": 0,
"with": [
"string"
]
}
integer
id
Optional
id
integer
networkId
Optional
networkId
array of
string
with
Optional
with
Possible values are :
modules,
counts,
Responses
200
Request was successfully processed
Returns
Array of
network_get_network_configurations_result_item
of type(s)
application/json
[
{
"configurationType": "string",
"bastionState": "string",
"created": "string",
"description": "string",
"edgeCount": 0,
"effective": "string",
"id": 0,
"logicalId": "string",
"enterpriseLogicalId": "string",
"modified": "string",
"modules": [
{
"created": "string",
"effective": "string",
"modified": "string",
"id": 0,
"name": "string",
"type": "string",
"description": "string",
"configurationId": 0,
"enterpriseLogicalId": "string",
"data": {},
"schemaVersion": "string",
"version": "string",
"metadata": {},
"refs": {}
}
],
"name": "string",
"schemaVersion": "string",
"version": "string",
"isStaging": 0
}
]
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/network/getNetworkConfigurations