name | data type | description |
---|---|---|
vXPolicyExportAudits | array of VXPolicyExportAudit | |
Properties inherited from VList |
||
listSize | number | |
list | array of object | |
startIndex | number | |
pageSize | number | |
totalCount | number | |
resultSize | number | Returns the value for the member attribute resultSize |
sortType | string | |
sortBy | string |
Example
{ "vXPolicyExportAudits" : [ { "clientIP" : "...", "agentId" : "...", "requestedEpoch" : 12345, "lastUpdated" : 12345, "repositoryName" : "...", "repositoryDisplayName" : "...", "exportedJson" : "...", "httpRetCode" : 12345, "syncStatus" : "...", "clusterName" : "...", "zoneName" : "...", "policyVersion" : 12345, "myClassType" : 12345, "id" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." }, { "clientIP" : "...", "agentId" : "...", "requestedEpoch" : 12345, "lastUpdated" : 12345, "repositoryName" : "...", "repositoryDisplayName" : "...", "exportedJson" : "...", "httpRetCode" : 12345, "syncStatus" : "...", "clusterName" : "...", "zoneName" : "...", "policyVersion" : 12345, "myClassType" : 12345, "id" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." } ], "listSize" : 12345, "list" : [ { }, { } ], "startIndex" : 12345, "pageSize" : 12345, "totalCount" : 12345, "resultSize" : 12345, "sortType" : "...", "sortBy" : "..." }