Snapservice Sites Info
The Snapservice Sites Info schema contains details regarding the Site.
This schema was added in vSphere API 9.0.0.0.
{
"name": "string",
"local": false,
"vcenter_info": {
"name": "string",
"host": "string",
"port": 0,
"vcenter": "string"
},
"pairing_infos": [
{
"site": "string",
"connection_state": {
"connection_status": "string",
"errors": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"warnings": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
]
},
"services": [
{
"id": "string",
"type": "string",
"name": "string",
"url": "string",
"connection_state": {
"connection_status": "string",
"errors": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"warnings": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
]
}
}
]
}
],
"services": [
{
"id": "string",
"type": "string",
"name": "string",
"url": "string",
"connection_state": {
"connection_status": "string",
"errors": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"warnings": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
]
}
}
],
"in_use": false
}
Name of the site.
This property was added in vSphere API 9.0.0.0.
Indicates whether or not a site is local. The current logged-in site is considered to be local site.
This property was added in vSphere API 9.0.0.0.
Information of vCenter for the site.
This property was added in vSphere API 9.0.0.0.
Pairing details for the site.
This property was added in vSphere API 9.0.0.0.
List of services for the site.
This property was added in vSphere API 9.0.0.0.
Site is in use for replication.
This property was added in vSphere API 9.0.0.0.