Requests a refresh of all cached metadata for this cloud
POST/api/v2/metadata/cloud/:cloud/refresh
Requests a refresh of all cached metadata for this cloud
Request
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 int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...