Files
authentik/website/docs/developer-docs/api/reference/outposts-service-connections-docker-retrieve.api.mdx
Tana M Berry 7a6d44d0df first pass
2024-10-22 15:10:13 -05:00

416 lines
16 KiB
Plaintext

---
id: outposts-service-connections-docker-retrieve
title: "outposts_service_connections_docker_retrieve"
description: "DockerServiceConnection Viewset"
sidebar_label: "outposts_service_connections_docker_retrieve"
hide_title: true
hide_table_of_contents: true
api: eJytVm1v2zYQ/iuEvmQDPCtwim0whqJBGhRG161omn4pAoGSzhZrilRJyq1q6L/vjpRs+S1xsXwyZfJ4zz139/DWka7AcCe0muXRNNK1q7R1NrFgViKDJNNKQUb7Nsl1tgSTGHBGwAqiUZSDzYyoaBuNX/v9u2B5szFknwR8s+DwfMUNL8GBsdH08zoSZFVxV+CWwg38qmuR45fNCih5NF1Hrqnof4s+1QJ35tqU3PUn230M1+z+fvaaheNM5KCcmDe0doWwLEBkHcbftiDHeLWBr7UwgDw4U0P7MIocXxDSDS0R/mchq41wjY+A164gF0v8eiALA7ZCrsAS9snlJf0ghw4P0ZJXlRSZ5zv+Ygnx+jBWnX5BUGfTi/8ILsUPMMSwoYQ6EQBUy6cpJMw8/1fJJsSNUQsnyeC+YzikZv8e3JA643Kwk2otgasD5LM5A8VTCfmI1RYwFcC8LduW15h96Ojvk2Tpx8Vv6xSMwqKxbIY8LkK1kvtMl8h1x+x+kLtB4ekVmFRbSI5Hsw/5A7jaKBZScWHZjvUTtyeVrM0OMWc6CXZP+sIO4kmpc5A/F4xA+oxCB96Wnbq+NmdAv+GKpYBX+mSGimJ6zi5qJb5P4/gvauuXF+wbtscmy9SFmvEu90FOWM6h1GrEtGEXhXOVJesCu43wvZxOrv74/cQ1Bg0dMNtYB+WYKsJJmyB7Yt712DnVr2opqTb76t+L8xp9i6zwYYLKK40sYqpuqMm8GyTBlwd+Ye3yBRfKujHrCJIwdwzKyjVEElOarbBXcx40p4Pcq8izgd6Ci99CQz2Xe/e7jh4BuXcwatuhPH4etN5hOXaCMSL1CdW013zHu+VhKzwnlA5RHOg9UfjiWWX20yY/7NYYfSiqSqsEcy3zBGjfDq7kxvAGDQQWpD0imV608mNiijs8zwW55fL90F+75WULLSA7ycfVM/LxBhQWd8au389OEJJjAYgjmvFotMNq6i4YVEDn9JEwgw4WmqaWRTdc4CAxjeL+sY6PzDBxEJ14TX3UxjRp4KF+HvHKF8W8EvHqKo7awWt/R2yFcAdv/iYwEq5+bPEvIXADxqMUaq79yS60rbnvAxsCmlxOXoz/HE8O6H/HlyR4uw3JrCgrCTS0UJZ55rOM6aQ0RAVIqV8t9MbTWGj/XCMZOJr4Gg7T1rvZx65FQwikvQvhijodY4fHgyvi7SqVOo3RlYr/nt3c/nN368MkykuuBpf3eWBdHgaPve3F/9QsOajeM8bKLgkOvru4kogs2j5joSoGI1xI+V5dkH/vBhfTTmOpHukdIuv1OuUW7o1sW/r7aw2GBkBcrjhOX16JsYByYf2YE03nXNp9XR4G9Us/7fzK/s/IejTyXowUSRE+NzV94XIJzWZufsBzBb78GDEBD1vXWQaVGxgd6Aa1xKbt3txS9VBhDGfAUPmjfkG3HwWElPoTH/USFNLa43P0TQDb9j+T6mzA
sidebar_class_name: "get api-method"
info_path: docs/developer-docs/api/reference/authentik
custom_edit_url: null
hide_send_button: true
---
import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"outposts_service_connections_docker_retrieve"}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/outposts/service_connections/docker/{uuid}/"}
>
</MethodEndpoint>
DockerServiceConnection Viewset
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<details
style={{"marginBottom":"1rem"}}
className={"openapi-markdown__details"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
>
<h3
className={"openapi-markdown__details-summary-header-params"}
>
Path Parameters
</h3>
</summary><div>
<ul>
<ParamsItem
className={"paramsItem"}
param={{"in":"path","name":"uuid","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Docker Service-Connection.","required":true}}
>
</ParamsItem>
</ul>
</div>
</details><div>
<div>
<ApiTabs
label={undefined}
id={undefined}
>
<TabItem
label={"200"}
value={"200"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"pk"}
required={true}
schemaName={"uuid"}
qualifierMessage={undefined}
schema={{"type":"string","format":"uuid","readOnly":true,"title":"Uuid"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"name"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"local"}
required={false}
schemaName={"boolean"}
qualifierMessage={undefined}
schema={{"type":"boolean","description":"If enabled, use the local connection. Required Docker socket/Kubernetes Integration"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"component"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"verbose_name"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"Return object's verbose_name","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"verbose_name_plural"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"Return object's plural verbose_name","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"meta_model_name"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"Return internal model name","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"url"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"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."}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"tls_verification"}
required={false}
schemaName={"uuid"}
qualifierMessage={undefined}
schema={{"type":"string","format":"uuid","nullable":true,"description":"CA which the endpoint's Certificate is verified against. Can be left empty for no validation."}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"tls_authentication"}
required={false}
schemaName={"uuid"}
qualifierMessage={undefined}
schema={{"type":"string","format":"uuid","nullable":true,"description":"Certificate/Key used for authentication. Can be left empty for no authentication."}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"pk\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n \"name\": \"string\",\n \"local\": true,\n \"component\": \"string\",\n \"verbose_name\": \"string\",\n \"verbose_name_plural\": \"string\",\n \"meta_model_name\": \"string\",\n \"url\": \"string\",\n \"tls_verification\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n \"tls_authentication\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"400"}
value={"400"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"non_field_errors"}
required={false}
schemaName={"string[]"}
qualifierMessage={undefined}
schema={{"type":"array","items":{"type":"string"}}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
name={"property name*"}
required={false}
schemaName={"any"}
qualifierMessage={undefined}
schema={{"type":"object","description":"Validation Error","properties":{"non_field_errors":{"type":"array","items":{"type":"string"}},"code":{"type":"string"}},"additionalProperties":{},"title":"ValidationError"}}
collapsible={false}
discriminator={false}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"non_field_errors\": [\n \"string\"\n ],\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"403"}
value={"403"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"detail"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"detail\": \"string\",\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem>
</ApiTabs>
</div>
</div>