{"type":"api","title":"Get Template Variables","meta":{"id":"/apps/pubhub/media/edm-api-v2/a2a30bcc9ecab5281b65761ae61df7e0031d5691/f67a4e01-0023-334a-9a4a-7e606c2ef1a2","swagger":"2.0","info":{"contact":{"email":"devmgmt@cisco.com"},"description":"This is the IoT device management core service. The service is responsible for managing the lifecycle of various IoT gateways and endpoints deployed as part of the Field Area Networks","license":{"name":"Licensing is primarily subscription based. Call Andy now!","url":"https://www.cisco.com"},"termsOfService":"http://swagger.io/terms/","title":"IoT Device Lifecycle Management","version":"4.0.0"},"host":"us.ciscoiot.com","basePath":"/nbapi/edm/v1","schemes":["https"],"securityDefinitions":{"bearerAuth":{"description":"This is the bearer Auth token.","in":"header","name":"Authorization","type":"apiKey"}},"security":[{"bearerAuth":[]}],"x-parser-conf":{"apiKeyGenerator":{"$remoteModule":"./config/apikey.js"}}},"spec":{"description":"Get variables for a given template or get variables for all templates if template type is not given \u003cbr /\u003e One of the below permissions is needed to invoke this API\u003cbr /\u003e- Tenant Management\u003cbr /\u003e- Manage Devices\u003cbr /\u003e- Manage Firmware Upgrades\u003cbr /\u003e- Manage Groups\u003cbr /\u003e- Add Devices","operationId":"getTemplateVariables","parameters":[{"description":"The uuid of the tenant in whose context we are calling the api.","format":"uuid","in":"header","name":"x-tenant-id","required":true,"type":"string"},{"description":"Unique ID of the group for which the template variables are returned","in":"path","name":"group_id","required":true,"type":"integer"},{"description":"Template Type for which the template variables are returned","enum":["CONFIG","EMBEDDED_AP_CONFIG","ROUTER_TUNNEL_ADD","HER_TUNNEL_ADD","HER_TUNNEL_DELETE","FACTORY_CONFIG","ROUTER_TUNNEL_DELETE","GATEWAY_TUNNEL_ADD","GATEWAY_TUNNEL_DELETE"],"in":"query","name":"templateType","required":false,"type":"string"},{"description":"Filter for the template variables returned","enum":["DEVICE"],"in":"query","name":"filter","required":false,"type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"successful retrieval","schema":{"properties":{"sections":{"items":{"properties":{"enabled":{"example":true,"type":"boolean"},"info":{"items":{"properties":{"border":{"example":null,"type":"boolean"},"closeButton":{"example":null,"type":"boolean"},"filled":{"example":false,"type":"boolean"},"flavor":{"example":null,"type":"string"},"iconType":{"example":"information","type":"string"},"placement":{"example":"right","type":"string"},"text":{"example":"Configure cellular settings to establish connectivity to service provider network","type":"string"},"type":{"example":"tooltip","type":"string"}},"type":"object","$$ref":"#/definitions/TemplateVariablesInfo"},"type":"array"},"items":{"example":null},"key":{"description":"Section Key","example":"cellularsettings","type":"string"},"readOnly":{"example":true,"type":"boolean"},"section":{"description":"Section Key","example":"Cellular","type":"string"},"sections":{"example":null},"showInTree":{"example":true,"type":"boolean"},"showToggle":{"example":false,"type":"boolean"},"templateType":{"description":"Template Type","items":{"enum":["CONFIG","EMBEDDED_AP_CONFIG","ROUTER_TUNNEL_ADD","HER_TUNNEL_ADD","HER_TUNNEL_DELETE","FACTORY_CONFIG","ROUTER_TUNNEL_DELETE","GATEWAY_TUNNEL_ADD","GATEWAY_TUNNEL_DELETE"],"example":"CONFIG","type":"string"},"type":"array"}},"type":"object","$$ref":"#/definitions/TemplateVariablesSection"},"type":"array"}},"type":"object","$$ref":"#/definitions/TemplateVariablesResponse"}},"400":{"description":"Invalid input","schema":{"description":"Specifies the error that occurred during the request.","example":{"code":"10000","message":"Short message about the error","meta":"more information about that error"},"properties":{"code":{"description":"The error code that occurred in application level.","type":"number"},"message":{"description":"A user readable message that describes the error in details.","type":"string"},"meta":{"description":"Contains more information about the error message. For example when a validation error occurs, this field describes the fields that were invalid and the validation error that occurred. The content of this object can vary based on the type of error.\n","type":"object"}},"required":["code","message"],"type":"object","$$ref":"#/definitions/error"}},"401":{"description":"Unauthorized","schema":{"example":"Authentication Token is invalid","type":"string"}},"403":{"description":"Forbidden","schema":{"example":"Permission denied to access the resource","type":"string"}},"404":{"description":"Not found","schema":{"example":"Resource not found","type":"string"}}},"summary":"Get Template Variables","tags":["groups"],"__originalOperationId":"getTemplateVariables","security":[{"bearerAuth":[]}],"method":"get","path":"/groups/{group_id}/templates/variables"}}