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
idstringOptionalformat: "^[0-9a-f]{24}$"
deviceTypestringOptional
lineslist of objectsOptional
createdstringOptionalformat: "\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z"
createdBystringOptionalformat: "^[0-9a-f]{24}$"
lastUpdatedstringOptionalformat: "\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z"
lastUpdatedBystringOptionalformat: "^[0-9a-f]{24}$"

Errors

500
Internal Server Error