outposts

DockerServiceConnection Viewset

post/outposts/service_connections/docker/

Request body

namestring required
localboolean

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

urlstring required

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

tls_verificationstring uuid nullable

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

tls_authenticationstring uuid nullable

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

Response

pkstring uuid required
namestring required
localboolean

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

componentstring required
verbose_namestring required

Return object's verbose_name

verbose_name_pluralstring required

Return object's plural verbose_name

meta_model_namestring required

Return internal model name

urlstring required

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

tls_verificationstring uuid nullable

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

tls_authenticationstring uuid nullable

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.