Get Chef Script Info Resource¶
Resource URL
http://mytorrentserver/rundb/api/v1/getchefscriptinfo/
Schema URL
http://mytorrentserver/rundb/api/v1/getchefscriptinfo/schema/
Resource Fields¶
field | help text | default | nullable | readonly | blank | unique | type |
---|---|---|---|---|---|---|---|
availableversion | A dictionary of data. Ex: {‘Compatible_Chef_release’: [‘IC.5.4.0’], ‘IS_scripts’: ‘00515’} | n/a | true | true | true | false | dict |
Example Response¶
{
"object": {
"availableversion": {
"Compatible_Chef_release": [
"IC.5.12.1.RC.1"
],
"IS_scripts": "000905"
}
}
}
Allowed list HTTP methods¶
- GET
Allowed detail HTTP methods¶
None