GET v1/core/accounts/{accId}/accessgroups/{accgrpId}/DomainFiltering/DefaultAction

Get the Default policy action at the Access Group level

Request Information

Parameters

NameDescriptionAdditional information
accId
The Account ID

Define this parameter in the request URI.

accgrpId
The Access Group ID

Define this parameter in the request URI.

Response Information

The current default action of the policy

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": "Unknown",
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3",
  "Meta": "sample string 4"
}

text/javascript

Sample:
{"Success":true,"Data":0,"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}

application/xml, text/xml

Sample:
<PBNBReturnOfActionType76FemLeQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
  <Data>Unknown</Data>
  <ErrorCode>2</ErrorCode>
  <ErrorDescription>sample string 3</ErrorDescription>
  <Meta>sample string 4</Meta>
  <Success>true</Success>
</PBNBReturnOfActionType76FemLeQ>

application/bson

Sample:
hSuccessDataErrorCodeErrorDescriptionsample string 3Metasample string 4