Enterprise Proxy Get Enterprise Proxy Operator Profiles
Gets all operator profiles associated with the specified partner (MSP), as assigned by the operator.
Privileges required:
READ
OPERATOR_PROFILE
Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyOperatorProfiles
COPY
Request Body
{
"enterpriseProxyId": 0,
"with": [
"string"
]
}
integer
enterpriseProxyId
Optional
enterpriseProxyId
array of
string
with
Optional
with
Possible values are :
edges,
edgeCount,
modules,
enterprises,
Responses
200
Request was successfully processed
Returns
Array of
enterprise_proxy_get_enterprise_proxy_operator_profiles_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,
"edges": [
{
"activationKey": "string",
"activationKeyExpires": "string",
"activationState": "string",
"activationTime": "string",
"alertsEnabled": 0,
"bastionState": "string",
"buildNumber": "string",
"created": "string",
"customInfo": "string",
"description": "string",
"deviceFamily": "string",
"deviceId": "string",
"dnsName": "string",
"edgeState": "string",
"edgeStateTime": "string",
"endpointPkiMode": "string",
"enterpriseId": 0,
"enterpriseLogicalId": "string",
"factorySoftwareVersion": "string",
"factoryBuildNumber": "string",
"platformFirmwareVersion": "string",
"platformBuildNumber": "string",
"modemFirmwareVersion": "string",
"modemBuildNumber": "string",
"lteRegion": "string",
"haLastContact": "string",
"haPreviousState": "string",
"haSerialNumber": "string",
"haState": "string",
"haMode": "string",
"id": 0,
"isLive": 0,
"lastContact": "string",
"logicalId": "string",
"modelNumber": "string",
"modified": "string",
"name": "string",
"operatorAlertsEnabled": 0,
"selfMacAddress": "string",
"serialNumber": "string",
"serviceState": "string",
"serviceUpSince": "string",
"siteId": 0,
"softwareUpdated": "string",
"softwareVersion": "string",
"systemUpSince": "string",
"standbySystemUpSince": "string",
"standbyServiceUpSince": "string",
"standbySoftwareVersion": "string",
"standbyFactorySoftwareVersion": "string",
"standbyFactoryBuildNumber": "string",
"standbyBuildNumber": "string",
"standbyModelNumber": "string",
"standbyDeviceId": "string",
"haWifiCapabilityMismatch": false,
"ccVersion": "string",
"ccInstallationStatus": "string",
"ccRunningStatus": "string"
}
],
"enterprises": [
{
"id": 0,
"created": "string",
"networkId": 0,
"gatewayPoolId": 0,
"alertsEnabled": 0,
"operatorAlertsEnabled": 0,
"endpointPkiMode": "string",
"name": "string",
"domain": "string",
"prefix": "string",
"logicalId": "string",
"accountNumber": "string",
"description": "string",
"contactName": "string",
"contactPhone": "string",
"contactMobile": "string",
"contactEmail": "string",
"streetAddress": "string",
"streetAddress2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string",
"lat": "number",
"lon": "number",
"timezone": "string",
"locale": "string",
"modified": "string",
"bastionState": "string",
"configurationAssociationId": 0
}
]
}
]
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyOperatorProfiles
All Operations
POST
Enterprise Proxy Get Enterprise Proxy Cloneable Enterprises
POST
Enterprise Proxy Get Enterprise Proxy Edge Inventory
POST
Enterprise Proxy Get Enterprise Proxy Enterprises
POST
Enterprise Proxy Get Enterprise Proxy Gateway Pools
POST
Enterprise Proxy Get Enterprise Proxy Operator Profiles