[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Update Scale Data

Description

This operation should be used to perform action update which can update existing scale data entries or add new entry. Action delete can be used to delete scale data entry associated with provider instance

Request

Request

URL

URL


patch
https://cloud.vmwarehorizon.com/admin/v2/providers/{label}/instances/{id}/scale-data
Copy

Path Parameters

Path Parameters

string
id Required

ID of provider instance to be updated


string
label Required

Provider label


Query Parameters

Query Parameters

string
action Required

Action to perform. Actions: ‘update, delete’


boolean
ignore_warnings Optional

If true, errors classified as warnings will be ignored


string
org_id Optional

Organization ID: non-super users can only access their own organization


Request Body

Request Body

ProviderInstancePatchScaleDataTO of mimetype application/json Required

patchProviderInstanceScaleData

{}
[]map[string][]string
scaleData Optional

Data needed for operations at high scale associated with this provider instance.

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ProviderInstanceTOV2 of type */*

Successfully updated provider instance scale data

{
    "credentialId": "0123456789",
    "edgeDeploymentId": "0123456789",
    "id": "0123456789",
    "infraTwinId": "0123456789",
    "infraTwinSyncStatus": "READY",
    "location": "US",
    "name": "My Instance Name",
    "orgId": "0123456789",
    "primaryProvider": false,
    "providerLabel": "AZURE"
}
string as date-time
createdAt Optional

Record creation timestamp


string
credentialId Optional

ID of the credential storing the sensitive data of provider


array of string
denyOperations Optional

User defined operations to be denied on this instance

Possible values are: EDGE_DEPLOYMENTTEMPLATE_CREATIONUAG_DEPLOYMENT


string
description Optional

User defined description for this instance


string
edgeDeploymentId Optional

EdgeGateway Deployment which we can use to manage and monitor infrastructure


HDC
hdc Optional

healthStatusDetails Optional

string
id Optional

Unique record ID


string
infraTwinId Optional

Id of the Infrastructure Twin which can be use to talk to the corresponding infra module.


string
infraTwinSyncStatus Optional

Status of this provider instance

Possible values are: NONESYNCEDSYNC_NEEDED


map of string
infrastructureLinks Optional

Links to all infrastructure available from this provider


string
location Optional

location


string
name Optional

User defined name for this instance


string
orgId Optional

Org ID that owns this record


boolean
primaryProvider Optional

True if this provider has an edge deployment deployed in it.


providerDetails Optional

string
providerLabel Optional

Provider label (provider of which this is an instance)


map of string
resourceTags Optional

Resource tags that are added to Provider Instance


string as date-time
updatedAt Optional

Record update timestamp


integer as int64
version Optional

Record version (internal)


204 No Content

No Content

Errors

Errors

ErrorResponse
400

Bad Request


ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not Found


ErrorResponse
423

Provider disabled


ErrorResponse
500

Unexpected internal server error

Code Samples

Code Samples

cURL Command

curl -X PATCH -H "Content-Type: application/json" -d '{}' https://cloud.vmwarehorizon.com/admin/v2/providers/{label}/instances/{id}/scale-data?action=string
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: patchProviderInstanceScaleData


Feedback

Was this page helpful?