Create a new Relay Proxy config

POST
/api/v2/account/relay-auto-configs

Create a Relay Proxy config.

Request

This endpoint expects an object.
namestringRequired

A human-friendly name for the Relay Proxy configuration

policylist of objectsRequired

A description of what environments and projects the Relay Proxy should include or exclude. To learn more, read Write an inline policy.

Response

Relay auto config response

_idstring

The ID of the Relay Proxy configuration

namestring

A human-friendly name for the Relay Proxy configuration

policylist of objects

A description of what environments and projects the Relay Proxy should include or exclude

fullKeystring

The Relay Proxy configuration key

displayKeystring

The last few characters of the Relay Proxy configuration key, displayed in the LaunchDarkly UI

creationDatelong

Timestamp of when the Relay Proxy configuration was created

lastModifiedlong

Timestamp of when the Relay Proxy configuration was most recently modified

_creatorobjectOptional

Details on the member who created this Relay Proxy configuration

_accessobjectOptional

Details on the allowed and denied actions for this Relay Proxy configuration

Errors

Built with