SiteInfo

SiteInfo
SiteInfo

Information related to sites in a pod federation.

JSON Example
{
    "description": "This is US site",
    "id": "a219420d-4799-4517-8f78-39c74c7c4efc",
    "name": "US Site",
    "pods": [
        "c617fd51-e118-4cae-970c-54a7144aaadc",
        "bbd1b4a2-d9ad-4ff0-aa4f-5626acdf590c"
    ]
}
string
description
Optional

Detailed description of the site.

string
id
Optional

Unique ID representing the site.

string
name
Optional

Name of the site.

array of string
pods
Optional

Member pods for this site.

Returned By