custom-profiles
custom-profiles
JSON Example
{
"profiles": [
{
"id": "string",
"name": "string",
"description": "string",
"objectType": {
"adapterKind": "string",
"resourceKind": "string"
},
"custom-profile-metrics": [
{
"metric": "string",
"value": "number",
"unit": "string"
}
]
}
]
}