Update Metadata Entry
Update the value of a single key-value metadata entry.
the URN of the entity the entry is attached to.
a metadata vcloud id urn
Show optional properties
{
"keyValue": {
"domain": "string",
"key": "string",
"value": {
"value": {},
"type": "string"
}
}
}
{
"id": "string",
"persistent": false,
"readOnly": false,
"keyValue": {
"domain": "string",
"namespace": "string",
"key": "string",
"value": {
"value": {},
"type": "string"
}
}
}
OK
"MetadataEntry Object"
id
Persistent entries can be copied over on some entity operation, for example: | Creating a copy of an Org VDC | Capturing a vApp to a template | Instantiating a catalog item as a VM
The kind of level of access organizations of the entry's domain have
Containins core metadata entry data.
The request have been accepted and the task to monitor the request is in the Location header.
This operation contains the following vendor extensions defined in the spec:
[object Object]
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"keyValue":"{}"}' https://{api_host}/cloudapi/1.0.0/entities/{id}/metadata/{metadataId}