deb-sahara/api-ref/source/samples/plugins/plugin-update-response.json
Shu Yingya 3a4a3a09f1 [Doc] add description of "plugin update" to api ref
There is a new method "plugins_update" in file[1],
but still didn't add into doc.

[1]: https://github.com/openstack/sahara/blob/master/sahara/api/v10.py#L216-L221

Change-Id: Ieb8e5cb616b27bb997162229e6f3867f5a0a2c3f
2016-09-01 06:17:31 +08:00

33 lines
978 B
JSON

{
"plugin": {
"plugin_labels": {
"hidden": {
"status": true,
"mutable": true,
"description": "Existence of plugin or its version is hidden, but still can be used for cluster creation by CLI and directly by client."
},
"enabled": {
"status": false,
"mutable": true,
"description": "Plugin or its version is enabled and can be used by user."
}
},
"description": "It's a fake plugin that aimed to work on the CirrOS images. It doesn't install Hadoop. It's needed to be able to test provisioning part of Sahara codebase itself.",
"versions": [
"0.1"
],
"tenant_id": "993f53c1f51845e48e013aeb632358d8",
"title": "Fake Plugin",
"version_labels": {
"0.1": {
"enabled": {
"status": true,
"mutable": true,
"description": "Plugin or its version is enabled and can be used by user."
}
}
},
"name": "fake"
}
}