Requests a refresh of all cached metadata for this cloud
Requests a refresh of all cached metadata for this cloud
Path Parameters
cloud stringrequired
The cloud provider to refresh metadata for
Query Parameters
regions string
Optional comma-separated list of regions to refresh (if unspecified, all will be refreshed)
Responses
- 204
- 401
- 403
- 404
- 500
Refresh requested
If not authenticated
If authenticated but not authorized
cloud doesn't exist
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...