For the complete documentation index, see llms.txt. This page is also available as Markdown.

HTTP Whitelist

Verwaltung der URL-Whitelist für den SecureHttpClient

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

Typ der Whitelist-Prüfung (DOMAIN, URL, URL_PATTERN)

Possible values:
valuestringRequired

Wert der Whitelist-Prüfung (z.B. '.vario.cloud', 'https://api.example.com', 'https://.example.com/')

activebooleanRead-onlyOptional

Ist der Eintrag aktiv?

get/cmn/connector/http/whitelist/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

Typ der Whitelist-Prüfung (DOMAIN, URL, URL_PATTERN)

Possible values:
valuestringRequired

Wert der Whitelist-Prüfung (z.B. '.vario.cloud', 'https://api.example.com', 'https://.example.com/')

activebooleanRead-onlyOptional

Ist der Eintrag aktiv?

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

Typ der Whitelist-Prüfung (DOMAIN, URL, URL_PATTERN)

Possible values:
valuestringRequired

Wert der Whitelist-Prüfung (z.B. '.vario.cloud', 'https://api.example.com', 'https://.example.com/')

activebooleanRead-onlyOptional

Ist der Eintrag aktiv?

put/cmn/connector/http/whitelist/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
contextstringOptional

message context

messageValuestringOptional

message

delete/cmn/connector/http/whitelist/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

Typ der Whitelist-Prüfung (DOMAIN, URL, URL_PATTERN)

Possible values:
valuestringRequired

Wert der Whitelist-Prüfung (z.B. '.vario.cloud', 'https://api.example.com', 'https://.example.com/')

activebooleanRead-onlyOptional

Ist der Eintrag aktiv?

put/cmn/connector/http/whitelist/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

Typ der Whitelist-Prüfung (DOMAIN, URL, URL_PATTERN)

Possible values:
valuestringRequired

Wert der Whitelist-Prüfung (z.B. '.vario.cloud', 'https://api.example.com', 'https://.example.com/')

activebooleanRead-onlyOptional

Ist der Eintrag aktiv?

put/cmn/connector/http/whitelist/{id}/activate

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

Typ der Whitelist-Prüfung (DOMAIN, URL, URL_PATTERN)

Possible values:
valuestringRequired

Wert der Whitelist-Prüfung (z.B. '.vario.cloud', 'https://api.example.com', 'https://.example.com/')

activebooleanRead-onlyOptional

Ist der Eintrag aktiv?

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

Typ der Whitelist-Prüfung (DOMAIN, URL, URL_PATTERN)

Possible values:
valuestringRequired

Wert der Whitelist-Prüfung (z.B. '.vario.cloud', 'https://api.example.com', 'https://.example.com/')

activebooleanRead-onlyOptional

Ist der Eintrag aktiv?

post/cmn/connector/http/whitelist

Last updated

Was this helpful?