Get Project Resource Metadata
Get project resource metadata by a given project id
Request
URI
GET
https://api.mgmt.cloud.vmware.com//iaas/api/projects/{id}/resource-metadata
COPY
Path Parameters
string
id
Required
The ID of the project.
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Responses
200
successful operation
Returns ProjectResourceMetadata of type(s) application/json
{
"tags": [
{
"value": "string",
"key": "string"
}
]
}
array of Tag
tags
Optional
A list of keys and optional values to be applied to compute resources provisioned in a project
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure