v1
latestOpenAPI 3.0.0Apache 2.02026-07-17263572.5 KBOffbox Templatesets Management
Provides a set of methods intended for managing Offbox Templatesets
Intended for managing Offbox Templatesets.
post/offbox-templatesets
Request body
Example request
{
"methods": [
{
"name": "status"
}
]
}Response
The rendered Templates as an array of JSON objects
Example response
{
"_links": {
"self": "/mgmt/shared/fast/applications",
"task": "/mgmt/shared/fast/tasks/12345"
},
"code": 200,
"methods": [
{
"name": "status"
}
]
}