Get Network Context Profile

Get Network Context Profile

Retrieves a single network context profile.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/networkContextProfiles/{profileId}
COPY
Path Parameters
string
profileId
Required

profileId

string
profileId
Required

profileId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NetworkContextProfile of type(s) application/json;version=37.0
This response body class contains all of the following: NetworkProviderContext
{
    "orgRef": {
        "name": "string",
        "id": "string"
    },
    "contextEntityId": "string",
    "networkProviderScope": "string",
    "id": "string",
    "name": "string",
    "description": "string",
    "scope": "string",
    "attributes": [
        {
            "type": "string",
            "values": [
                "ACTIVDIR",
                "AMQP",
                "*onenote.officeapps.live.com"
            ],
            "subAttributes": [
                {
                    "type": "string",
                    "values": [
                        "SSL_V3",
                        "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"
                    ]
                }
            ]
        }
    ]
}

404

The specified resource was not found

Returns Error of type(s) application/json;version=37.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace