[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api

CheckExtensionKeyRegistrationSpec

Data to be used to check extension key registration.


Properties

connection_spec Required

Data to be used to connect to vSphere infrastructure.


string
extension_key Required

The extension key to be checked.

JSON Example

{
	"connection_spec": {
		"connection_spec": {
			"psc_thumbprint": "string",
			"psc_uri": "string",
			"vc_instance_id": "string",
			"vc_thumbprint": "string"
		},
		"credentials": {
			"admin_password": "string",
			"admin_user": "string"
		}
	},
	"extension_key": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api
Parameter To

Check Extension Key

Feedback

Was this page helpful?