Create a config spec

Creates a new Config Spec.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
deviceTypestringOptional
dataobjectOptional

Response

configSpec
idstringformat: "^[0-9a-f]{24}$"
deviceTypestring
lineslist of objects
createdstringformat: "\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z"
createdBystringformat: "^[0-9a-f]{24}$"
lastUpdatedstringformat: "\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z"
lastUpdatedBystringformat: "^[0-9a-f]{24}$"

Errors

500
Internal Server Error