API Guide
Command or URL: /Services/PluginProfileService/SystemProfiles
Method: GET
Authorization: Bearer authentication
Parameters: None
vCenter privileges required: None
HTTP response code:
Table 27. HTTP response code
Code Description
200 OK
400 Operation context is not set
401 Authorization failure
403 vCenter permission denied
429 Too many requests
500 Internal Server error / timeout
For OMIVV-Specific error codes, see OMIVV-Specific error codes on page 47.
Example Response:
{
"id": "{System profile ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/PluginProfileService/
SystemProfiles/{System profile ID}",
"objectType": "SystemProfile",
"data": {
"name": "{System profile name}",
"description": "{Profile description}",
"referenceServerIP": "{reference server IP}"
}
}
For more information, see Response body on page 39.
System profile management
33