This topic provides answers to some frequently asked questions (FAQ) about the Cloud Control API.
Overview
Where can I obtain the service code and resource type code?
You can call the ListPorducts and ListResourceTypes operations to obtain the service code and resource type code in real time.
You can also go to OpenAPI Explorer to query the service code and resource type code.
Where can I obtain the resource attributes that are required when I call the CreateResource or UpdateResource operation?
You can call the ListResourceTypes operation to obtain the resource metadata and parse the description of resource attributes.
You can also go to OpenAPI Explorer to query the resource attributes required for the specified API operation.
How do I specify the requestPath parameter when I call resource management-related operations?
You can generate a request path by merging the service code and resource type code based on the description of the requestPath parameter in the corresponding topic.
You can also go to OpenAPI Explorer to query the request path.
