Obtaining the Path of a Catalog Through Its ID
Description
This API is used to obtain the path of a catalog through its ID.
URL
- URI format
    
GET /v1/{project_id}/service/servicecatalogs/{catalog_id}/paths
 - Parameter description 
    
Parameter
Mandatory
Type
Description
project_id
Yes
String
Project ID. For details about how to obtain the project ID, see Project ID and Account ID.
catalog_id
Yes
String
Catalog ID
 
Response
- Example response
    
{ "path": "/demo1/demo2/demo" } - Response parameter description 
    
Parameter
Type
Description
path
String
Catalog path
 
Status Code
| 
        Status Code  | 
      
        Description  | 
     
|---|---|
| 
        200  | 
      
        The catalog path is obtained.  | 
     
For details about status codes, see Status Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.