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": {
            "IS_scripts": "000803",
            "Compatible_Chef_release": [
                "IC.5.10.0"
            ]
        }
    }
}

Allowed list HTTP methods

  • GET

Allowed detail HTTP methods

None