3.1.5.17.3.1.1.1 Request Body

The format for the request body for the policyMaps PUT method is as follows.

 {
   "resourceId": "MAP1",
   "etag": "W/\"fe4cd15f-f117-449a-b819-9fd007a1abdf\"",
   "instanceId": "c8b34df3-cc7b-4eab-9ccf-97512e6014a9",
   "properties": {
     "provisioningState": "Succeeded",
     "policyMapEntryList": [
       {
         "policyName": "INPOLICY1",
         "action": "Deny",
         "matchCriteria": [
           {
             "property": "MatchPrefix",
             "value": [
               "5.4.3.2/32",
               "5.4.3.1/32"
             ]
           },
           {
             "property": "NextHop",
             "value": [
               "4.3.2.1",
               "6.4.3.1"
             ]
           }
         ],
         "setActions": []
       }
     ]
   }
 }

The JSON schema for the policyMaps PUT method is located in section 6.15.5.1.