Description | : List versions. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "RegistryEnvironmentVersions_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "inferenceConfig": [ { "@added_27823bc14e3940819b84c55f8d46c7f6": { "#name": "startupRoute", "Description": "The route to check the startup of the application in the container.", "Required": false, "Type": "object", "$properties": [ { "#name": "path", "Description": "[Required] The path for the route.", "Required": true, "Type": "string" }, { "#name": "port", "Description": "[Required] The port for the route.", "Format": "int32", "Required": true, "Type": "integer" } ] } } ] } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments/{environmentName}/versions
{
subscriptionId:
string
,
resourceGroupName:
string
,
registryName:
string
,
environmentName:
string
,
api-version:
string
,
$orderBy:
string
,
$top:
integer
,
$skip:
string
,
listViewType:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
properties:
}
{
,
autoRebuild:
enum
,
build:
{
,
contextUri:
string
,
dockerfilePath:
string
,
}
condaFile:
string
,
environmentType:
enum
,
image:
string
,
imageDetails:
{
,
exists:
boolean
,
image:
{
,
digest:
string
,
hostname:
string
,
repository:
string
,
tag:
string
,
}
vulnerabilityFindings:
}
{
,
assetId:
string
,
criticalFindingsCount:
integer
,
data:
[
]
,
{
,
cve:
string
,
cveUrl:
string
,
dueDate:
string
,
id:
string
,
packageDetails:
[
]
,
{
,
installPath:
string
,
installedVersion:
string
,
name:
string
,
patchedVersion:
string
,
}
patchable:
boolean
,
providerId:
string
,
publishDate:
string
,
risk:
enum
,
solution:
string
,
title:
string
,
vendorId:
string
,
vendorUrl:
string
,
}
generatedTime:
string
,
highFindingsCount:
integer
,
lastScanDate:
string
,
scanner:
string
,
source:
string
,
totalFindingsCount:
integer
,
}
inferenceConfig:
{
,
livenessRoute:
{
,
path:
string
,
port:
integer
,
}
readinessRoute:
{
,
path:
string
,
port:
integer
,
}
startupRoute:
{
,
path:
string
,
port:
integer
,
}
scoringRoute:
}
{
,
path:
string
,
port:
integer
,
}
osType:
enum
,
provisioningState:
enum
,
stage:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}