Remote Provisioning Server
Remote Provisioning (RPS) API 2.4.0
OAS3
https://api.swaggerhub.com/apis/rbheopenamt/rps/2.4.0Open AMT Cloud Toolkit supports RPS API methods for domains, CIRA configuration, wireless, profiles, and version information.
For direct connection to RPS:
RPS Format of URI:
{{protocol}}://{{host}}:{{port}}/api/v1/admin/{{RPS API}}
Example URI for Domains: https://example.site.com:8081/api/v1/admin/domains
When running behind the Kong API proxy, prepend the following prefixes to the URI:
Kong prefixes:
/rps
for all routes
For connection through Kong:
RPS Format of URI:
{{protocol}}://{{host}}/rps/api/v1/admin/{{RPS API}}
Example URI for Authorize: https://example.site.com/rps/api/v1/admin/domains
Servers