VXPolicyExportAudit Data Type

Properties
name data type constraints description
clientIP string   Returns the value for the member attribute clientIP
agentId string   Returns the value for the member attribute agentId
requestedEpoch number   Returns the value for the member attribute requestedEpoch
lastUpdated number   Returns the value for the member attribute lastUpdated
repositoryName string   Returns the value for the member attribute repositoryName
repositoryDisplayName string   Returns the value for the member attribute repositoryDisplayName
exportedJson string   Returns the value for the member attribute exportedJson
httpRetCode number required Returns the value for the member attribute httpRetCode
syncStatus string  
clusterName string  
zoneName string  
policyVersion number  
myClassType number required
Properties inherited from VXDataObject
id number   Returns the value for the member attribute id
createDate number   Returns the value for the member attribute createDate
updateDate number   Returns the value for the member attribute updateDate
owner string   Returns the value for the member attribute owner
updatedBy string   Returns the value for the member attribute updatedBy
myClassType number required

Example

{
  "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" : "..."
}