outposts

Outpost Viewset

patch/outposts/instances/{uuid}/

Path parameters

uuidstring uuid required

A UUID string identifying this Outpost.

Request body

namestring
type'proxy' | 'ldap' | 'radius' | 'rac'
providersinteger[]
service_connectionstring uuid nullable

Select Service-Connection authentik should use to manage this outpost. Leave empty if authentik should not handle the deployment.

configobject
managedstring nullable

Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

Response

pkstring uuid required
namestring required
type'proxy' | 'ldap' | 'radius' | 'rac' required
providersinteger[] required
service_connectionstring uuid nullable

Select Service-Connection authentik should use to manage this outpost. Leave empty if authentik should not handle the deployment.

refresh_interval_sinteger required
token_identifierstring required

Get Token identifier

configobject required
managedstring nullable

Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

Changes

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