AI-generated Key Takeaways
-
The
PlatformChildSite
resource represents a transparent platform child site, containing information such as its name, domain, and platform group. -
The
PlatformChildSite
resource uses a JSON format with fields likename
,domain
, andplatformGroup
. -
The
name
field is a string identifier with a specific format that includes account, platform, child account, and site details. -
Two methods,
list
andpatch
, are available to interact withPlatformChildSite
resources, enabling the listing and updating of child sites.
Resource: PlatformChildSite
Representation of a Transparent Platform Child Site.
JSON representation |
---|
{ "name": string, "domain": string, "platformGroup": string } |
Fields | |
---|---|
name |
Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platformChildSite} |
domain |
Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name. |
platformGroup |
Resource name of the Platform Group of the Platform Child Site. |
Methods |
|
---|---|
|
Gets a Platform Child Site for a specified Platform Child Account and site. |
|
Lists Platform Child Sites for a specified Platform Child Account. |
|
Update a Platform Child Site. |