Get
|
|||||
|
|
Retrieves details of a cluster
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage corporate Android devices
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
enterpriseId Required |
STRING |
The ID of the enterprise |
pageId Required |
STRING |
The ID of the page |
clusterId Required |
STRING |
The ID of the cluster |
= Parameter name
= Format
enterpriseId STRING Required The ID of the enterprise |
pageId STRING Required The ID of the page |
clusterId STRING Required The ID of the cluster |
Output
This building block provides 7 output parameters
Name | Format | Description |
---|---|---|
id |
STRING |
Unique ID of this cluster. Assigned by the server. Immutable once assigned |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#storeCluster" |
name[] |
OBJECT |
A localized string with its locale |
name[].locale |
STRING |
The BCP47 tag for a locale. (e.g. "en-US", "de") |
name[].text |
STRING |
The text localized in the associated locale |
orderInPage |
STRING |
String (US-ASCII only) used to determine order of this cluster within the parent page's elements. Page elements are sorted in lexicographic order of this field. Duplicated values are allowed, but ordering between elements with duplicate order is undefined. The value of this field is never visible to a user, it is used solely for the purpose of defining an ordering. Maximum length is 256 characters |
productId[] |
STRING |
= Parameter name
= Format
id STRING Unique ID of this cluster. Assigned by the server. Immutable once assigned |
kind STRING Identifies what kind of resource this is. Value: the fixed string "androidenterprise#storeCluster" |
name[] OBJECT A localized string with its locale |
name[].locale STRING The BCP47 tag for a locale. (e.g. "en-US", "de") |
name[].text STRING The text localized in the associated locale |
orderInPage STRING String (US-ASCII only) used to determine order of this cluster within the parent page's elements. Page elements are sorted in lexicographic order of this field. Duplicated values are allowed, but ordering between elements with duplicate order is undefined. The value of this field is never visible to a user, it is used solely for the purpose of defining an ordering. Maximum length is 256 characters |
productId[] STRING |