Detail of managed services template
GET/templates/managed_services/:mangedServiceTemplateId
Contains user configurable properties for managed services template.
Request
Path Parameters
Query Parameters
Header Parameters
CodeNOW API Key
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Detail of managed service template
- application/vnd.codenow.v1+json
- Schema
- Example (from schema)
Schema
Array [
]
The unique identifier of the managed service template.
The version of the managed service template.
The version of the managed service this template is based on.
properties
object[]
required
User configurable template properties which can be used to configure instances
Name of the property
Description of the property
Default value of the property
Type of the property
Whether the property is required
Minimum value of the property
Maximum value of the property
Increment which can be used to increase the value of the property
List of available options for the property
Category of the property
{
"id": "string",
"version": "string",
"componentVersion": "string",
"properties": [
{
"name": "string",
"description": "string",
"defaultValue": "string",
"type": "string",
"required": true,
"min": 0,
"max": 0,
"step": 0,
"options": [
"string"
],
"category": "string"
}
]
}
The request was unacceptable, often due to missing a required parameter.
No valid API key provided.
The API key doesn't have permissions to perform the request.
Resource not found.
Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.
Something went wrong on CodeNOW's end.