Create Network Context Profile
Create a user-defined network context profile.
Request
            
                URI
                    
                                POST                            
                            https://{api_host}/cloudapi/1.0.0/networkContextProfiles
                            COPY
                    Request Body
                        
                            
                                            
                                                                                            
                                                    NetworkContextProfile                                                
                                            
                                                                                            of type(s)
                                            
                                            
                                                application/json                                            
                                        
                                                                                    Optional
                                        
                                    
                                        This request body class requires 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"
                    ]
                }
            ]
        }
    ]
}Responses
                        
                202            
            
        The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
            
            
                    
                400            
            
        Invalid configuration.
                Returns 
                
                                    
                        Error                    
                
                of type(s)
                
                    */*;version=36.2                
            
        
        {
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
            
            
                                    string
                
                
            
        
        
                minorErrorCode            
                            Required
                    minorErrorCode
            
            
                                    string
                
                
            
        
        
                message            
                            Required
                    message
            
            
                                    string
                
                
            
        
        
                stackTrace            
                            Optional
                    stackTrace
Availability
                    Added in 35.0
        
        
        
            Network Context Profiles Operations
        
                                            
                            
                                    POST                                
                                
                                        Create Network Context Profile                                    
                                
                                    GET                                
                                
                                        Get Network Context Profiles                                    
                                
                                    POST                                
                                
                                        Sync Network Context Profiles                                    
                                