Update Datacenter Component
Update a datacenter component.
The ID of the datacenter component
Show optional properties
{
"fqdn": "string",
"username": "string",
"password": "string"
}
{
"properties": {
"properties": {}
},
"componentName": "string",
"version": "string",
"datacenterComponentType": "string",
"fqdn": "string",
"username": "string",
"password": "string",
"content": {
"certificate": {
"validFrom": "string",
"validTo": "string",
"thumbprint": "string"
}
},
"purpose": "string",
"tags": [
"string"
],
"managedBy": "string",
"relatedProducts": [
{
"id": "string",
"type": "string",
"hostname": "string",
"ip": "string",
"version": "string",
"username": "string",
"password": "string",
"additionalDetail": {
"additionalDetail": {}
}
}
]
}
Additional properties
The component name is the identifier for the datacenter component.
The version of the datacenter component.
The type of the datacenter component.
The FQDN or IP of the datacenter component.
The username to authenticate with the datacenter component.
The password to authenticate with the datacenter component.
The specified purpose of the datacenter component, defining how this component will be used (e.g. for management or resource purposes).
DC tags.
If this component is managed by another datacenter component (e.g. by SDDC manager, the reference to the other component is specified here).
Other products that are related to this one (e.g. VCs managed by this SDDC manager).
Confirmation for update.
{
"taskId": "string",
"precedingTasks": [
0
]
}
The ID of the task that was created for the operation. Use this ID to get the state and result of the task.
List of task IDs for tasks that have to be processed before this task can start.
Invalid datacenter spec
{
"taskId": "string",
"precedingTasks": [
0
]
}
The ID of the task that was created for the operation. Use this ID to get the state and result of the task.
List of task IDs for tasks that have to be processed before this task can start.
Unauthorized access
{
"taskId": "string",
"precedingTasks": [
0
]
}
The ID of the task that was created for the operation. Use this ID to get the state and result of the task.
List of task IDs for tasks that have to be processed before this task can start.
Datacenter component not found.
{
"taskId": "string",
"precedingTasks": [
0
]
}
The ID of the task that was created for the operation. Use this ID to get the state and result of the task.
List of task IDs for tasks that have to be processed before this task can start.