Query the list of Services in a Workspace.
If no filter is passed, the query lists all Services in the Workspace. The returned list is paginated and the count of item in each page is an optional parameter.
Path parameters
The Azure Subscription ID.
The Name of the resource group in which the workspace is located.
The name of the workspace.
Query parameters
The Image Id.
The Image name.
The Model Id.
The Model name.
The object name.
The number of items to retrieve in a page.
The compute environment type.
The continuation token to retrieve the next page.
A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value Example: tagKey1,tagKey2,tagKey3=value3
A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3
Set to True to include Model details.
The option to order the response.
Response
Success
Example response
{
"value": [
{
"state": "Healthy",
"computeType": "AKS",
"deploymentType": "HttpRealtimeEndpoint"
}
]
}