Activate OOB public access feature for a dedicated server
POST/v1/hosts/dedicated_servers/{server_id}/features/oob_public_access/activate
You can activate the Public OOB access feature by sending the POST request to /v1/hosts/dedicated_servers/{server_id}/features/oob_public_access/activate. The server ID is the required path parameter.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
| Field | Details |
|---|---|
server_id | stringA unique identifier of a server. |
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/hosts/dedicated_servers/K9b6GzdE/features/oob_public_access/activate"{ "name": "oob_public_access", "status": "activation"}