Get a specific user preference object

get/compute-ops-mgmt/v1beta1/user-preferences/{id}

Retrieve a user preference object specified by its id

URI PATH PREFIX RENAME

This API now supports the URI path prefix /compute-ops-mgmt which used to be /compute-ops. The old prefix will continue to be supported to allow for a smooth transition. The Guide contains more information about this change.

SecurityBearer
Request
path Parameters
id
required
string

Unique user preferences object identifier

Responses
200

User preference object

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "id": "36e00ac2-16fb-4dd5-8495-7e6df82fc15e",
  • "type": "compute-ops-mgmt/user-preference",
  • "generation": 1,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "criticalNotification": true,
  • "criticalNonServiceNotification": true,
  • "warningNotification": true,
  • "healthNotification": true
}