Settings/Settings Operations/Advanced Settings Operations
GETAdvanced Settings OperationsSince 3.4.0SynchronousAuth Required
GetResourceBindableConfig
GetResourceBindableConfig
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
categoryStringOptional. The setting category.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/resource-configurations/bindable
/zstack/v1/resource-configurations/bindable
Request Example
curl -X GET 'http://{host}/zstack/v1/resource-configurations/bindable?category=<category>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "bindableConfigs": [ { "name": "cpu.overProvisioning.ratio", "category": "host", "bindResourceTypes": [ "HostVO", "ClusterVO", "ZoneVO" ] } ] }Change History
This API has no change history records yet.
