Query Compute Profiles
Api to query Compute Profiles
Request
URI
POST
https://{api_host}/hybridity/api/deploymentProfiles/query
COPY
Request Body
query Compute Profiles
deploymentProfileFilter
of type(s)
application/json
Required
{
"filter": {
"tenantId": "string"
}
}
object
filter
Optional
filter
Responses
200
Successfully fetched deployment profiles.
Returns
DeploymentProfiles
of type(s)
application/json
{
"items": [
{
"id": "string",
"name": "string",
"description": "string",
"tenantId": "string",
"placementParameters": [
{
"type": "string",
"value": "string",
"name": "string"
}
],
"tags": [
{}
],
"location": {
"city": "string",
"country": "string",
"province": "string",
"cityAscii": "string",
"latitude": "number",
"longitude": "number"
},
"capabilities": [
{
"enabled": false,
"capability": "string"
}
],
"enterprise": "string",
"organization": "string"
}
]
}
400
Returns
BadRequest
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Returns
InternalServerError
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Compute Profile Operations
POST
Create Compute Profile
PUT
Modify Compute Profile
POST
Query Compute Profiles
DELETE
Remove Compute Profile