VCFDomainVcenter
VCFDomainVcenter
A model that serves as the structure of the payload data for VCF domain's vCenter integration
AllOf
JSON Example
{
"id": "string",
"name": "string",
"description": "string",
"collectorId": "string",
"collectorGroupId": "string",
"resourceIdentifiers": [
{
"name": "string",
"value": "string"
}
],
"certificates": [
{
"thumbprint": "string",
"certificateDetails": "string",
"certificate": "string",
"issuedTo": "string",
"issuedBy": "string",
"expires": "string"
}
],
"credentialInstanceId": "string",
"vsanConfig": {
"smartDataCollectionEnabled": false,
"enabled": false,
"id": "string",
"alternateCredentialsId": "string"
},
"sdmpConfig": {
"defaultWindowsCredentials": {
"username": "string",
"password": "string"
},
"defaultLinuxCredentials": {
"username": "string",
"password": "string"
},
"defaultSRMCredentials": {
"username": "string",
"password": "string"
},
"applicationDiscoveryEnabled": false,
"enabled": false,
"id": "string",
"alternateCredentialsId": "string"
},
"logCollectionType": "string",
"logCollectionEnabled": false,
"serviceCredentialsUsed": false
}