You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new known-host record for another platform known to the specified platform.
The Location header will return a route to the new resource, with :known-host having the format :address-:port.
Note: Attempting to create a known host entry when one already exists for the same address/port combination will return 409 Conflict with a Content-Location header pointing to the route of the conflicting record.
⚠️ The colon is a reserved character in a URI. The path known-hosts variable is delimited by a dash: e.g.: :address-:port.
Create a new known-host record for another platform known to the specified platform.
The
Location
header will return a route to the new resource, with:known-host
having the format:address-:port
.Request:
BEARER <jwt_token>
application/json
Response:
201 Created
/platforms/:platform/known-hosts/:known-host
409 Conflict
application/json
/vui/platforms/:platform/known-hosts/:address-:port
400 Bad Request
application/json
401 Unauthorized
The text was updated successfully, but these errors were encountered: