Get

Get

Retrieves a resource metadata for a project by id.

Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/project-service/api/projects/{id}/resource-metadata
COPY
Path Parameters
string
id
Required

Тhe id of the project.

Query Parameters
string
apiVersion
Optional
Constraints: default: 2019-01-15

The version of the API in yyyy-MM-dd format. For versioning information refer to /project-service/api/about.


Authentication
This operation uses the following authentication methods.
Responses
200

'OK' with the ProjectResourceMetadata

Returns ProjectResourceMetadata of type(s) */*
{
    "tags": [
        {
            "key": "key1",
            "value": "value1"
        },
        {
            "key": "key1"
        }
    ]
}
array of object
tags
Optional

List of tags to be applied to any Compute resource provisioned within the project.


404

'Not found' if no project with the provided id

Returns ProjectResourceMetadata of type(s) */*
"ProjectResourceMetadata Object"
array of object
tags
Optional

List of tags to be applied to any Compute resource provisioned within the project.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/project-service/api/projects/{id}/resource-metadata