Regarding the generation of URLs when using APIs
The APIs require URLs of the "compute" type, which can be generated by the identity service on the Service catalog.
The endpoint URL is returned in the following format by the identity service.
Create the URL in one of the following formats:
- If you remember the tenant_id:
Join the path name of each API in the host section of the end point URL
- If you do not remember the tenant_id:
The endpoint URL and the path name of each API with "/v2/{tenant_id}" removed from the beginning
The following APIs require URLs of the "image" type, which can be generated by the identity service on the Service catalog.
- Get an image (GET /v2/images/{image_id})
- List images (GET /v2/images{?limit,marker,name,visibility,member_status,owner,status,size_min,size_max,sort_key,sort_dir,tag})
- Update an image (PATCH /v2/images/{image_id})
- Delete an image (DELETE /v2/images/{image_id})
The endpoint URL is returned in the following format by the identity service.
Join the path name of each API in the host section of the end point URL, and create the URL.