ServiceInstance
ServiceInstance
The deployment of a registered service. Service instance is instantiation of service. It is the most used type of instance. It is a default instance to be used when NSX handles lifecycle of appliance. Deployment and appliance related all the information is necessary.
AllOf
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"_revision": 0,
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_protection": "string",
"_system_owned": false,
"description": "string",
"display_name": "string",
"id": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"on_failure_policy": "string",
"service_id": "string",
"transport_type": "string",
"attachment_point": "string",
"deployed_to": [
{
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
}
],
"deployment_mode": "string",
"deployment_spec_name": "string",
"implementation_type": "string",
"instance_deployment_config": {
"compute_id": "string",
"context_id": "string",
"host_id": "string",
"storage_id": "string",
"vm_nic_infos": [
{
"nic_infos": [
{
"gateway_address": "string",
"ip_address": "string",
"ip_allocation_type": "string",
"ip_pool_id": "string",
"network_id": "string",
"nic_metadata": {
"interface_index": 0,
"interface_label": "string",
"interface_type": "string",
"transports": [
"string"
],
"user_configurable": false
},
"subnet_mask": "string"
}
]
}
]
},
"instance_deployment_template": {
"attributes": [
{
"attribute_type": "string",
"display_name": "string",
"key": "string",
"read_only": false,
"value": "string"
}
],
"name": "string"
},
"service_deployment_id": "string"
}