Scal Service
Scal out/in OpenStack service.
Request
URI
PUT
https://{api_host}/openstack/{name}/scal
COPY
Path Parameters
string
name
Required
The name of the service, supported services: keystone, glance, nova, neutron, cinder, horizon, heat, barbican.
Request Body
The scal request to submit.
scal_request
of type(s)
application/json
Required
{
"service_settings": [
{
"count": 0,
"name": "string"
}
]
}
array of
object
service_settings
Required
The list of service settings.
Responses
202
Operation doesn't return any data structure
400
Operation doesn't return any data structure
401
Operation doesn't return any data structure
404
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"service_settings":["object"]}' https://{api_host}/openstack/{name}/scal