Get Custom Profile

Get Custom Profile

Get custom profile

Request
URI
GET
https://{api_host}/suite-api/api/resources/profiles/{profileId}
COPY
Path Parameters
string
profileId
Required

The Profile identifier


Authentication
This operation uses the following authentication methods.
Responses
200

The custom profile with sought identifier

Returns custom-profile of type(s) application/json
"{\n  \"id\" : \"892b558a-e227-4358-b5be-979e8778de1e\",\n  \"name\" : \"Sample Custom Profile\",\n  \"description\" : \"Description of Custom Profile\",\n  \"objectType\" : {\n    \"adapterKind\" : \"VMWARE\",\n    \"resourceKind\" : \"VirtualMachine\"\n  },\n  \"custom-profile-metrics\" : [ {\n    \"metric\" : \"cpu\",\n    \"value\" : 100.0,\n    \"unit\" : \"mhz\"\n  }, {\n    \"metric\" : \"mem-alloc\",\n    \"value\" : 10000.0,\n    \"unit\" : \"kb\"\n  } ]\n}"
string As uuid As uuid
id
Optional

The identifier of custom profile

string
name
Required

The name of custom profile

string
description
Optional

The description of custom profile

object
objectType
Required

Consumer of custom profile

array of object
custom-profile-metrics
Required

Collection of profile metrics


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/resources/profiles/{profileId}