| name | data type | constraints | description |
|---|---|---|---|
| clientIP | string | XA Agent IP Address | |
| agentId | string | XA Agent Id | |
| requestedEpoch | number | Last update timestamp in request | |
| lastUpdated | object | Date and time of the last policy update | |
| repositoryName | string | Id of the Asset | |
| repositoryDisplayName | string | Repository Display Name | |
| exportedJson | string | JSON of the policies exported | |
| httpRetCode | number | required | HTTP Response Code |
| syncStatus | string | ||
| clusterName | string | ||
| zoneName | string | ||
| policyVersion | number | ||
Properties inherited from VXDataObject |
|||
| id | number | Id of the data | |
| createDate | object | Date when this data was created | |
| updateDate | object | Date when this data was updated | |
| owner | string | Owner | |
| updatedBy | string | Updated By | |
Example
{
"clientIP" : "...",
"agentId" : "...",
"requestedEpoch" : 12345,
"lastUpdated" : { },
"repositoryName" : "...",
"repositoryDisplayName" : "...",
"exportedJson" : "...",
"httpRetCode" : 12345,
"syncStatus" : "...",
"clusterName" : "...",
"zoneName" : "...",
"policyVersion" : 12345,
"id" : 12345,
"createDate" : { },
"updateDate" : { },
"owner" : "...",
"updatedBy" : "..."
}