API Guide
Repository profile management
Topics:
• Get list of repository profiles
• Get repository profile details
Get list of repository profiles
Description: Gets the list of all repository profiles that are created in OMIVV UI.
Command or URL: /Services/PluginProfileService/RepositoryProfiles
Method: GET
Authorization: Bearer authentication
Parameters: None
vCenter privileges required: Dell.Inventory.Configure Inventory
HTTP response code:
Table 11. HTTP response code
Code Description
200 OK
400 Operational Context 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": "{Repository profile ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/PluginProfileService/
RepositoryProfiles/{vCenterID}",
"objectType": "BaseProfileMetadata",
"profileName": "{Repository profile name}",
"description": "{Profile description}"
},
]
For more information, see Response body on page 39.
Get repository profile details
Description: Gets the details of the given repository profile ID. You can view the firmware and driver repository details. Also,
you can view factory-created and user-created repository details.
5
16 Repository profile management