Registry

List

get

Retrieves Registry.

Path parameters
idinteger · int32Required

The ID of the optimization setting to retrieve the registry.

Responses
200

Success

application/json; api-version=1.0
get
/api/RDS/Template/{id}/Optimization/Registry

Add

post

Adds Registry to the optimization.

Path parameters
idinteger · int32Required

The ID of the optimization to retrieve the registry.

Body
actionstring · enumOptional

The action type for add registry entry

Possible values:
registryNamestring | nullableOptional

Name

dwordValueinteger · int32Optional

Value

displayNamestring | nullableRequired

Display Name

hiveTypestring · enumOptional

The hive type for add registry entry

Possible values:
pathstring | nullableRequired

Path

regTypestring · enumOptional

The value type for add registry entry

Possible values:
stringValuestring | nullableOptional

String Value

Responses
post
/api/RDS/Template/{id}/Optimization/Registry

No content

Delete

delete

Remove Registry Image Optimization Object.

Path parameters
idinteger · int32Required

Id Of the Optimization Settings to remove the registry object.

Body
registryIdinteger · int32Required

Registry Id

Responses
delete
/api/RDS/Template/{id}/Optimization/Registry

No content

Was this helpful?