REST Resource: accounts.platforms.childAccounts.sites

  • PlatformChildSite represents a Transparent Platform Child Site.

  • The PlatformChildSite resource includes fields for name, domain, and platformGroup.

  • Methods available for PlatformChildSite include get, list, and patch.

Resource: PlatformChildSite

Representation of a Transparent Platform Child Site.

JSON representation
{
  "name": string,
  "domain": string,
  "platformGroup": string
}
Fields
name

string

Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platformChildSite}

domain

string

Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name.

platformGroup

string

Resource name of the Platform Group of the Platform Child Site.

Methods

get

Gets a Platform Child Site for a specified Platform Child Account and site.

list

Lists Platform Child Sites for a specified Platform Child Account.

patch

Update a Platform Child Site.