Rename Personality By Id
Rename personality with the ID passed in the URL
The personality id
Show optional properties
{
"version": "string",
"personalityId": "string",
"personalityName": "string",
"description": "ESXi 7.0 Dell Personality",
"imageSize": "string",
"imageChecksum": "string",
"vsphereExportedZipPath": "string",
"vsphereExportedIsoPath": "string",
"vsphereExportedJsonPath": "string",
"displayName": "ESXi 7.0 Dell Personality",
"softwareInfo": {
"baseImage": {
"version": "7.0.0-0.0.30340198"
}
}
}
{
"version": "string",
"personalityId": "string",
"personalityName": "string",
"description": "ESXi 7.0 Dell Personality",
"createdBy": "string",
"imageSize": "string",
"imageChecksum": "string",
"vsphereExportedZipPath": "string",
"vsphereExportedIsoPath": "string",
"vsphereExportedJsonPath": "string",
"displayName": "ESXi 7.0 Dell Personality",
"releaseDate": "string",
"importTimestamp": "string",
"tags": [
"string"
],
"kbArticles": "string",
"softwareInfo": {
"baseImage": {
"version": "7.0.0-0.0.30340198",
"details": {
"displayName": "7.0.0-0.0.30340198",
"displayVersion": "string",
"releaseDate": "string",
"releaseTimestamp": "string",
"quickPatchCompatibleVersions": [
{
"version": "8.0.3-0.0.23174786",
"displayVersion": "8.0 Update 3 - 23174786"
}
]
}
},
"addOn": {
"version": "2.0-1",
"name": "DELL-sample-Addon",
"vendor": "Dell",
"displayName": "string",
"displayVersion": "string"
},
"components": {
"components": {
"version": "1.3.2.8-1OEM.650.0.0.4598673",
"details": {
"vendor": "intel",
"displayName": "string",
"displayVersion": "string"
}
}
},
"hardwareSupport": {
"packages": {
"packages": {
"pkg": "string",
"version": "string"
}
}
}
}
}
Personality Version
Personality id
Personality name
Personality description
Personality created by
Personality image size
Personality image checksum
Personality depot path
Personality depot path
Personality depot path
Personality displayName
Personality Release date
Timestamp of Personality import into SDDC Manager
Personality tags
Personality kb articles
SoftwareSpec contains base os, components, hardware support, addOn metadata to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.
Ok
"Personality Object"
Personality Version
Personality id
Personality name
Personality description
Personality created by
Personality image size
Personality image checksum
Personality depot path
Personality depot path
Personality depot path
Personality displayName
Personality Release date
Timestamp of Personality import into SDDC Manager
Personality tags
Personality kb articles
SoftwareSpec contains base os, components, hardware support, addOn metadata to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.
Bad Request
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
Personality Not Found
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
InternalServerError
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"description:"string","displayName:"string","imageChecksum:"string","imageSize:"string","personalityId:"string","personalityName:"string","softwareInfo:"object","version:"string","vsphereExportedIsoPath:"string","vsphereExportedJsonPath:"string","vsphereExportedZipPath:"string"}'