POST /api/smart_proxies/:id/import_puppetclasses
Puppet-Klassen von Puppet-Proxy importieren

POST /api/smart_proxies/:smart_proxy_id/environments/:id/import_puppetclasses
Puppet-Klassen von Puppet-Proxy für eine Umgebung importieren

POST /api/environments/:environment_id/smart_proxies/:id/import_puppetclasses
Puppet-Klassen von Puppet-Proxy für eine Umgebung importieren

Params

Param Name Description
id
Required

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

Value: Must be String
environment_id
Optional

Value: Must be String
dryrun
Optional

Value: Must be 'true' or 'false'
except
Optional

Optionaler kommaseparierter String, der entweder “neu”, “aktualisiert” oder “veraltet” enthält und dazu verwendet wird, die importierten Puppet-Klassen einzuschränken.


Value: Must be String

GET /api/smart_proxies
Alle Smart-Proxys auflisten

Params

Param Name Description
search
Optional

Ergebnisse filtern


Value: Must be String
order
Optional

Ergebnisse sortieren


Value: Must be String
page
Optional

Ergebnisse nummerieren


Value: Must be String
per_page
Optional

Anzahl der Einträge pro Anfrage


Value: Must be String

GET /api/smart_proxies/:id
Smart-Proxy anzeigen

Params

Param Name Description
id
Required

Value: 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/smart_proxies
Smart-Proxy erstellen

Params

Param Name Description
smart_proxy
Required

Value: Must be a Hash
smart_proxy[name]
Required

Value: Must be String
smart_proxy[url]
Required

Value: Must be String

PUT /api/smart_proxies/:id
Smart proxy aktualisieren

Params

Param Name Description
id
Required

Value: Must be String
smart_proxy
Required

Value: Must be a Hash
smart_proxy[name]
Optional

Value: Must be String
smart_proxy[url]
Optional

Value: Must be String

DELETE /api/smart_proxies/:id
Smart-Proxy löschen

Params

Param Name Description
id
Required

Value: Must be String

PUT /api/smart_proxies/:id/refresh
Smart-Proxy-Funktionen aktualisieren

Params

Param Name Description
id
Required

Value: Must be String