API ReferenceNew CentralGuidesMRT APIConfiguration API
GithubAirheads Developer Community
API Reference

Create a new Container configuration profile

Container configuration profile

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 9999

Name of the container

Query Params
string

LOCAL - To create local objects. SHARED - To create shared objects. Default - Defaults to SHARED if not provided

string

Scope at which local object needs to be created. Mandatory if object-type = LOCAL. Should not be provided for object-type = SHARED.

string

Device function for which the local object needs to be created. Mandatory if object_type = LOCAL. Should not be provided for object_type = SHARED.

Body Params

instancebody object

boolean
Defaults to false

Indicates if unsigned images are allowed for the container

string
length between 0 and 1024

User description of the container configuration

boolean
Defaults to true

Enable or disable the container

encrypted-environment-variables
array of objects
length ≤ 2147483647

List of encrypted environment variables to be exposed in container
when it is started. Any updates to environment variables will result
in the container being restarted

encrypted-environment-variables
environment-variables
array of objects
length ≤ 2147483647

List of environment variables to be exposed in container when
it is started. Any updates to environment variables
will result in the container being restarted

environment-variables
string
length between 0 and 1024

URL through which the image can be obtained

string
length ≤ 9999

VRF name used to download container image

string
required
length between 0 and 1024

Name of the container

runtime-constraints
object

Resources constraint configuration to be applied
on the container

vrfs
array of strings
length ≤ 2147483647
vrfs
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json