API Guide

Command or URL: /Services/PluginProfileService/RepositoryProfiles/{id}
Method: GET
Authorization: Bearer authentication
Parameters:
Table 12. Parameters
Parameter Value Description Default value Parameter
type
Data type
id (required) Resource ID. Use the repository profile ID
received from the Get list of repository
profiles API. For more information, see
Get list of repository profiles on page 16
N/A Path String
vCenter privileges required: Dell.Inventory.Configure Inventory
HTTP response code:
Table 13. HTTP response code
Code Description
200 OK
400 Operational 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": "{Repository profile ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/PluginProfileService/
RepositoryProfiles/{Repository profile ID}",
"objectType": "RepositoryProfile",
"data":
{
"name": "{Profile Name}",
"description": "{Repository Profile description}",
"globalDefault": {Dell default repository profile},
"repoType": "{Repository type}",
"protocolType": "{Protocol type}",
"uri": "{Catalog location}",
"credential":
{
"username": "{Repository profile username}",
"domain": "{domain name}",
"password": "{Profile password}"
},
"synchronizeRepository": {Synchronize with current repository location}
}
}
For more information, see Response body on page 39.
Repository profile management
17