VXPolicyExportAudit Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
agentId string element 0/1   Returns the value for the member attribute agentId
clientIP string element 0/1   Returns the value for the member attribute clientIP
clusterName string element 0/1    
exportedJson string element 0/1   Returns the value for the member attribute exportedJson
httpRetCode int element 1/1 required Returns the value for the member attribute httpRetCode
lastUpdated dateTime element 0/1   Returns the value for the member attribute lastUpdated
policyVersion long element 0/1    
repositoryDisplayName string element 0/1   Returns the value for the member attribute repositoryDisplayName
repositoryName string element 0/1   Returns the value for the member attribute repositoryName
requestedEpoch long element 0/1   Returns the value for the member attribute requestedEpoch
syncStatus string element 0/1    
zoneName string element 0/1    
Properties inherited from VXDataObject
createDate dateTime element 0/1   Returns the value for the member attribute createDate
id long element 0/1   Returns the value for the member attribute id
owner string element 0/1   Returns the value for the member attribute owner
updateDate dateTime element 0/1   Returns the value for the member attribute updateDate
updatedBy string element 0/1   Returns the value for the member attribute updatedBy

Example

<VXPolicyExportAudit>
  <clientIP>...</clientIP>
  <agentId>...</agentId>
  <requestedEpoch>...</requestedEpoch>
  <lastUpdated>...</lastUpdated>
  <repositoryName>...</repositoryName>
  <repositoryDisplayName>...</repositoryDisplayName>
  <exportedJson>...</exportedJson>
  <httpRetCode>...</httpRetCode>
  <syncStatus>...</syncStatus>
  <clusterName>...</clusterName>
  <zoneName>...</zoneName>
  <policyVersion>...</policyVersion>
  <id>...</id>
  <createDate>...</createDate>
  <updateDate>...</updateDate>
  <owner>...</owner>
  <updatedBy>...</updatedBy>
</VXPolicyExportAudit>