Skip to main content

outposts_service_connections_docker_retrieve

GET 

/api/v3//outposts/service_connections/docker/:uuid/

DockerServiceConnection Viewset

Request

Path Parameters

    uuid uuidrequired

    A UUID string identifying this Docker Service-Connection.

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.

curl -L '/api/v3/outposts/service_connections/docker/:uuid/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired