GET /api/http_proxies
HTTP-Proxies auflisten

Parameter

Parametername Beschreibung
location_id
optional

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Must be a Integer

search
optional

Ergebnisse filtern

Validations:

  • Must be a String

order
optional

Feld und Reihenfolge sortieren, z.B. 'id DESC'

Validations:

  • Must be a String

page
optional

Seitennummer, beginnend bei 1

Validations:

  • Must be a number.

per_page
optional

Anzahl der angezeigten Ergebnisse pro Seite

Validations:

  • Must be a number.

Suchfelder

Feld Name Typ Mögliche Werte
location
location_id
name
organization
organization_id
url

GET /api/http_proxies/:id
HTTP-Proxy anzeigen

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Identifier of the HTTP Proxy

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/http_proxies
HTTP-Proxy erstellen

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

http_proxy
verpflichtend

Validations:

  • Must be a Hash

http_proxy[name]
verpflichtend

HTTP-Proxy Name

Validations:

  • Must be a String

http_proxy[url]
verpflichtend

URL des HTTP-Proxy

Validations:

  • Must be a String

http_proxy[username]
optional , nil erlaubt

Benutzername zur Authentifizierung am HTTP-Proxy

Validations:

  • Must be a String

http_proxy[password]
optional , nil erlaubt

Passwort zur Authentifizierung am HTTP-Proxy

Validations:

  • Must be a String

http_proxy[location_ids]
optional , nil erlaubt

Standorte durch angegebene Kennungen ERSETZEN

Validations:

  • Must be an array of any type

http_proxy[organization_ids]
optional , nil erlaubt

Organisationen durch angegebene Kennungen ERSETZEN

Validations:

  • Must be an array of any type


PUT /api/http_proxies/:id
HTTP-Proxy aktualisieren

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

http_proxy
verpflichtend

Validations:

  • Must be a Hash

http_proxy[name]
optional

HTTP-Proxy Name

Validations:

  • Must be a String

http_proxy[url]
optional

URL des HTTP-Proxy

Validations:

  • Must be a String

http_proxy[username]
optional , nil erlaubt

Benutzername zur Authentifizierung am HTTP-Proxy

Validations:

  • Must be a String

http_proxy[password]
optional , nil erlaubt

Passwort zur Authentifizierung am HTTP-Proxy

Validations:

  • Must be a String

http_proxy[location_ids]
optional , nil erlaubt

Standorte durch angegebene Kennungen ERSETZEN

Validations:

  • Must be an array of any type

http_proxy[organization_ids]
optional , nil erlaubt

Organisationen durch angegebene Kennungen ERSETZEN

Validations:

  • Must be an array of any type


DELETE /api/http_proxies/:id
HTTP-Proxy löschen

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.