Modifies the system specified by systemId.

patch/private-cloud-business/v1beta1/systems/{id}

Modify specified system.

Securitybearer
Request
path Parameters
id
required
string <uuid>

Unique Identifier of the system, usually a UUID.

Request Body schema: application/merge-patch+json
required
object

Location details to be updated on the system

Responses
200

Success

400

Bad Request

401

The current user is not authorized to perform the requested operation.

403

Requested operation is forbidden in the current state of System.

404

Not Found

500

Internal Server Error

503

Service Unavailable

Request samples
application/merge-patch+json
{
  • "location": {
    }
}
Response samples
application/json
{
  • "associatedResourceCounts": {
    },
  • "computeUsage": {
    },
  • "configAnalysisStatus": {
    },
  • "health": {
    },
  • "hypervisorClusters": [
    ],
  • "location": {
    },
  • "softwareInfo": {
    },
  • "stackType": "DHCI",
  • "state": "OFFLINE",
  • "storageSystem": {
    },
  • "storageUsage": {
    },
  • "systemVms": [
    ],
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "generation": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z"
}