Skip to main content

outposts_service_connections_docker_update

PUT 

/outposts/service_connections/docker/:uuid/

DockerServiceConnection Viewset

Request

Path Parameters

    uuid uuidrequired

    A UUID string identifying this Docker Service-Connection.

Body

required

    name stringrequired

    Possible values: non-empty

    local boolean

    If enabled, use the local connection. Required Docker socket/Kubernetes Integration

    url stringrequired

    Possible values: non-empty

    Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system.

    tls_verification uuidnullable

    CA which the endpoint's Certificate is verified against. Can be left empty for no validation.

    tls_authentication uuidnullable

    Certificate/Key used for authentication. Can be left empty for no authentication.

Responses

Schema

    pk uuidrequired
    name stringrequired
    local boolean

    If enabled, use the local connection. Required Docker socket/Kubernetes Integration

    component stringrequired
    verbose_name stringrequired

    Return object's verbose_name

    verbose_name_plural stringrequired

    Return object's plural verbose_name

    meta_model_name stringrequired

    Return internal model name

    url stringrequired

    Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system.

    tls_verification uuidnullable

    CA which the endpoint's Certificate is verified against. Can be left empty for no validation.

    tls_authentication uuidnullable

    Certificate/Key used for authentication. Can be left empty for no authentication.

Loading...