To obtain the Partition details, complete the following steps:
-
- Open Postman.
- Enter the following URL GET request, replacing
n2a.mobileironwith your MobileIron instance namehttps://[n2a.mobileiron]/api/v1/tenant/partition/device - Enter the same Basic Auth credentials you entered in Adding your MobileIron credentials.
- Click Send.
Result
Your Partition Id is returned in the id field. In the example below, this value is 23000.Your Partition Name is returned in the name field. In the example below, this value is Global.
{
"errors": null,
"result": {
"totalCount": 1,
"queryTime": 0,
"searchResults": [
{
"id": 23000,
"createdAt": 1415047963288,
"createdBy": 1,
"modifiedAt": 1415047963288,
"modifiedBy": null,
"name": "Global",
"description": "Default device management partition.",
"domainRule": null,
"defaultPartition": true,
"priority": 1,
"treeView": null,
"deviceCount": 0,
"configurationCount": 13,
"policyCount": 4,
"deviceGroupCount": 4
}
],
"offset": 0,
"limit": 50
}
}
Note
Device “partitions” are now named "spaces" in the MobileIron Cloud user interface, however, the term “partition” remains in API parameters and returns.
For further information, refer to the MobileIron API documentation: Get Device Spaces.
Comments
0 comments
Please sign in to leave a comment.