[Index]
Model ref.: device/msgraph/MsolAccountSku
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "SkuId": { "readonly": true, "type": "string", "name": "SkuId", "title": "SKU ID" }, "ServicePlans": { "items": { "type": "object", "properties": { "ServiceName": { "readonly": true, "type": "string", "name": "ServiceName", "title": "Service Name" }, "ServicePlanId": { "readonly": true, "type": "string", "name": "ServicePlanId", "title": "Service Plan ID" } } }, "readonly": true, "type": "array", "name": "ServicePlans", "title": "Service Plans" }, "ActiveUnits": { "readonly": true, "type": "string", "name": "ActiveUnits", "title": "Active Units" }, "ConsumedUnits": { "readonly": true, "type": "string", "name": "ConsumedUnits", "title": "Consumed Units" }, "WarningUnits": { "readonly": true, "type": "string", "name": "WarningUnits", "title": "Warning Units" }, "SkuPartNumber": { "readonly": true, "type": "string", "name": "SkuPartNumber", "title": "SKU Part Number" }, "Id": { "readonly": true, "required": true, "type": "string", "name": "Id", "title": "ID" } }, "schema_version": "1.0" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/msgraph/MsolAccountSku/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/msgraph/MsolAccountSku/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/msgraph/MsolAccountSku/[pkid1]", "/api/v0/device/msgraph/MsolAccountSku/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/msgraph/MsolAccountSku/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/msgraph/MsolAccountSku |
|
{"hrefs": ["/api/device/msgraph/MsolAccountSku/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/msgraph/MsolAccountSku |
|
{"hrefs": ["/api/device/msgraph/MsolAccountSku/[pkid1]", "/api/device/msgraph/MsolAccountSku/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/msgraph/MsolAccountSku; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/msgraph/MsolAccountSku/export/ |
|
{ "hrefs":["/api/device/msgraph/MsolAccountSku/[pkid1]", "/api/device/msgraph/MsolAccountSku/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of device/msgraph/MsolAccountSku and the JSON format can be used to import instances of device/msgraph/MsolAccountSku.
GET http://[host-proxy]/api/device/msgraph/MsolAccountSku/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/msgraph/MsolAccountSku | POST | /api/device/msgraph/MsolAccountSku/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/device/msgraph/MsolAccountSku/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/msgraph/MsolAccountSku/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Migration Template | GET | /api/device/msgraph/MsolAccountSku/migration/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/msgraph/MsolAccountSku/ |
|
The device/msgraph/MsolAccountSku schema and all instances as JSON. |
(The list will return 0 to 3 device/msgraph/MsolAccountSku instances)
{ "operations": [ "list" ], "pagination": { "direction": "asc", "order_by": "SkuPartNumber", "maximum_limit": 2000, "skip": 0, "current": "/api/device/msgraph/MsolAccountSku/?skip=0&limit=3&order_by=SkuPartNumber&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 2 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": {}, "schema_version": "1.0", "references": { "device": [ { "pkid": "", "href": "" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/device/msgraph/MsolAccountSku/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Bulk Modify" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/msgraph/MsolAccountSku", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/msgraph/MsolAccountSku/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/device/msgraph/MsolAccountSku/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/device/msgraph/MsolAccountSku/+tag/?hierarchy=[hierarchy]", "class": "tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/device/msgraph/MsolAccountSku/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "configuration_template": { "support_async": false, "class": "config", "href": "/api/device/msgraph/MsolAccountSku/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/device/msgraph/MsolAccountSku/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "migration": { "support_async": false, "class": "migration", "href": "/api/device/msgraph/MsolAccountSku/migration/?hierarchy=[hierarchy]", "method": "GET", "title": "Migration Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/device/msgraph/MsolAccountSku/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/msgraph/MsolAccountSku/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/msgraph/MsolAccountSku/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } }, { "transform": { "support_async": false, "class": "transform", "href": "/api/device/msgraph/MsolAccountSku/transform/?hierarchy=[hierarchy]", "method": "GET", "title": "Transform Template" } } ], "model_type": "device/msgraph/MsolAccountSku", "model_specific_actions": [ "list", "get", "move", "export", "export_bulkload_template", "bulk_update_form", "configuration_template", "field_display_policy", "help", "migration", "transform", "tag", "tag_version" ], "summary_attrs": [ { "name": "SkuPartNumber", "title": "SKU Part Number" }, { "name": "ActiveUnits", "title": "Active Units" }, { "name": "ConsumedUnits", "title": "Consumed Units" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "65e06e0b6fd4534903e0d11d", "meta": { "tags": [], "cached": true, "title": "DEVELOPERPACK_E5", "business_key": {}, "schema_version": "", "summary": "false", "references": { "device": [ { "pkid": "65e06e056fd4534903e0d0b3", "href": "/api/v0/data/MSGraph/65e06e056fd4534903e0d0b3" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "65e06e0b6fd4534903e0d11d", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/" } ], "parent": [ { "pkid": "65e06c5b6fd4534903e06868", "href": "/api/data/HierarchyNode/65e06c5b6fd4534903e06868" } ], "foreign_key": [] }, "actions": [ { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/65e06e0b6fd4534903e0d11d/?model_type=device/msgraph/MsolAccountSku", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/+tag/", "class": "tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/+tag_version/", "class": "tag_version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/help", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/purge/", "method": "POST", "title": "Purge" } } ], "model_type": "device/msgraph/MsolAccountSku", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "65e06c5b6fd4534903e06868", "65e06e0b6fd4534903e0d11d" ], "summary_attrs": [ { "name": "SkuPartNumber", "title": "SKU Part Number" }, { "name": "ActiveUnits", "title": "Active Units" }, { "name": "ConsumedUnits", "title": "Consumed Units" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "SkuId": "c42b9cae-ea4f-4ab7-9717-81576235ccac", "ServicePlans": [ { "ServiceName": "MESH_IMMERSIVE_FOR_TEAMS", "ServicePlanId": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28" }, { "ServiceName": "PURVIEW_DISCOVERY", "ServicePlanId": "c948ea65-2053-4a5a-8a62-9eaaaf11b522" }, { "ServiceName": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", "ServicePlanId": "3efbd4ed-8958-4824-8389-1321f8730af8" }, { "ServiceName": "MESH_AVATARS_FOR_TEAMS", "ServicePlanId": "dcf9d2f4-772e-4434-b757-77a453cfbc02" }, { "ServiceName": "CustomerLockboxA_Enterprise", "ServicePlanId": "3ec18638-bd4c-4d3b-8905-479ed636b83e" }, { "ServiceName": "MICROSOFT_LOOP", "ServicePlanId": "c4b8c31a-fb44-4c65-9837-a21f55fcabda" }, { "ServiceName": "Bing_Chat_Enterprise", "ServicePlanId": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba" }, { "ServiceName": "CLIPCHAMP", "ServicePlanId": "a1ace008-72f3-4ea0-8dac-33b3a23a2472" }, { "ServiceName": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", "ServicePlanId": "6f23d6a9-adbf-481c-8538-b4c095654487" }, { "ServiceName": "M365_AUDIT_PLATFORM", "ServicePlanId": "f6de4823-28fa-440b-b886-4783fa86ddba" }, { "ServiceName": "VIVA_LEARNING_SEEDED", "ServicePlanId": "b76fb638-6ba6-402a-b9f9-83d28acb3d86" }, { "ServiceName": "Nucleus", "ServicePlanId": "db4d623d-b514-490b-b7ef-8885eee514de" }, { "ServiceName": "MIP_S_Exchange", "ServicePlanId": "cd31b152-6326-4d1b-ae1b-997b625182e6" }, { "ServiceName": "MICROSOFT_COMMUNICATION_COMPLIANCE", "ServicePlanId": "a413a9ff-720c-4822-98ef-2f37c2a21f4c" }, { "ServiceName": "GRAPH_CONNECTORS_SEARCH_INDEX", "ServicePlanId": "a6520331-d7d4-4276-95f5-15c0933bc757" }, { "ServiceName": "Content_Explorer", "ServicePlanId": "d9fa6af4-e046-4c89-9226-729a0786685d" }, { "ServiceName": "POWER_VIRTUAL_AGENTS_O365_P3", "ServicePlanId": "ded3d325-1bdc-453e-8432-5bac26d7a014" }, { "ServiceName": "CDS_O365_P3", "ServicePlanId": "afa73018-811e-46e9-988f-f75d2b1b8430" }, { "ServiceName": "PROJECT_O365_P3", "ServicePlanId": "b21a6b06-1988-436e-a07b-51ec6d9f52ad" }, { "ServiceName": "INSIDER_RISK", "ServicePlanId": "d587c7a3-bda9-4f99-8776-9bcf59c84f75" }, { "ServiceName": "EXCEL_PREMIUM", "ServicePlanId": "531ee2f8-b1cb-453b-9c21-d2180d014ca5" }, { "ServiceName": "MTP", "ServicePlanId": "bf28f719-7844-4079-9c78-c1307898e192" }, { "ServiceName": "MICROSOFT_SEARCH", "ServicePlanId": "94065c59-bc8e-4e8b-89e5-5138d471eaff" }, { "ServiceName": "DYN365_CDS_O365_P3", "ServicePlanId": "28b0fa46-c39a-4188-89e2-58e979a6b014" }, { "ServiceName": "MICROSOFTBOOKINGS", "ServicePlanId": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2" }, { "ServiceName": "RECORDS_MANAGEMENT", "ServicePlanId": "65cc641f-cccd-4643-97e0-a17e3045e541" }, { "ServiceName": "ML_CLASSIFICATION", "ServicePlanId": "d2d51368-76c9-4317-ada2-a12c004c432f" }, { "ServiceName": "INSIDER_RISK_MANAGEMENT", "ServicePlanId": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34" }, { "ServiceName": "INFO_GOVERNANCE", "ServicePlanId": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66" }, { "ServiceName": "DATA_INVESTIGATIONS", "ServicePlanId": "46129a58-a698-46f0-aa5b-17f6586297d9" }, { "ServiceName": "CUSTOMER_KEY", "ServicePlanId": "6db1f1db-2b46-403f-be40-e39395f08dbb" }, { "ServiceName": "COMMUNICATIONS_DLP", "ServicePlanId": "6dc145d6-95dd-4191-b9c3-185575ee6f6b" }, { "ServiceName": "COMMUNICATIONS_COMPLIANCE", "ServicePlanId": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4" }, { "ServiceName": "SAFEDOCS", "ServicePlanId": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7" }, { "ServiceName": "M365_ADVANCED_AUDITING", "ServicePlanId": "2f442157-a11c-46b9-ae5b-6e39ff4e5849" }, { "ServiceName": "YAMMER_ENTERPRISE", "ServicePlanId": "7547a3fe-08ee-4ccb-b430-5077c5041653" }, { "ServiceName": "WHITEBOARD_PLAN3", "ServicePlanId": "4a51bca5-1eff-43f5-878c-177680f191af" }, { "ServiceName": "BPOS_S_TODO_3", "ServicePlanId": "3fb82609-8c27-4f7b-bd51-30634711ee67" }, { "ServiceName": "SWAY", "ServicePlanId": "a23b959c-7ce8-4e57-9140-b90eb88a9e97" }, { "ServiceName": "MCOSTANDARD", "ServicePlanId": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c" }, { "ServiceName": "SHAREPOINTENTERPRISE", "ServicePlanId": "5dbe027f-2339-4123-9542-606e4d348a72" }, { "ServiceName": "POWERAPPS_O365_P3", "ServicePlanId": "9c0dab89-a30c-4117-86e7-97bda240acd2" }, { "ServiceName": "BI_AZURE_P2", "ServicePlanId": "70d33638-9c74-4d01-bfd3-562de28bd4ba" }, { "ServiceName": "MCOEV", "ServicePlanId": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7" }, { "ServiceName": "SHAREPOINTWAC", "ServicePlanId": "e95bec33-7c88-4a70-8e19-b10bd9d0c014" }, { "ServiceName": "OFFICESUBSCRIPTION", "ServicePlanId": "43de0ff5-c92c-492b-9116-175376d08c38" }, { "ServiceName": "PAM_ENTERPRISE", "ServicePlanId": "b1188c4c-1b36-4018-b48b-ee07604f6feb" }, { "ServiceName": "THREAT_INTELLIGENCE", "ServicePlanId": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70" }, { "ServiceName": "ATP_ENTERPRISE", "ServicePlanId": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939" }, { "ServiceName": "ADALLOM_S_O365", "ServicePlanId": "8c098270-9dd4-4350-9b30-ba4703f3b36b" }, { "ServiceName": "EQUIVIO_ANALYTICS", "ServicePlanId": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc" }, { "ServiceName": "INTUNE_O365", "ServicePlanId": "882e1d05-acd1-4ccb-8708-6ee03664b117" }, { "ServiceName": "TEAMS1", "ServicePlanId": "57ff2da0-773e-42df-b2af-ffb7a2317929" }, { "ServiceName": "STREAM_O365_E5", "ServicePlanId": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e" }, { "ServiceName": "Deskless", "ServicePlanId": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3" }, { "ServiceName": "PROJECTWORKMANAGEMENT", "ServicePlanId": "b737dad2-2f6c-4c65-90e3-ca563267e8b9" }, { "ServiceName": "EXCHANGE_ANALYTICS", "ServicePlanId": "34c0d7a0-a70f-4668-9238-47f9fc208882" }, { "ServiceName": "INTUNE_A", "ServicePlanId": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5" }, { "ServiceName": "FORMS_PLAN_E5", "ServicePlanId": "e212cbc7-0961-4c40-9825-01117710dcb1" }, { "ServiceName": "ADALLOM_S_STANDALONE", "ServicePlanId": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2" }, { "ServiceName": "MFA_PREMIUM", "ServicePlanId": "8a256a2b-b617-496d-b51b-e76466e88db0" }, { "ServiceName": "RMS_S_ENTERPRISE", "ServicePlanId": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90" }, { "ServiceName": "MIP_S_CLP1", "ServicePlanId": "5136a095-5cf0-4aff-bec3-e84448b38ea5" }, { "ServiceName": "MIP_S_CLP2", "ServicePlanId": "efb0351d-3b08-4503-993d-383af8de41e3" }, { "ServiceName": "FLOW_O365_P3", "ServicePlanId": "07699545-9485-468e-95b6-2fca3738be01" }, { "ServiceName": "EXCHANGE_S_ENTERPRISE", "ServicePlanId": "efb87545-963c-4e0d-99df-69c6916d9eb0" }, { "ServiceName": "LOCKBOX_ENTERPRISE", "ServicePlanId": "9f431833-0334-42de-a7dc-70aa40db46db" }, { "ServiceName": "RMS_S_PREMIUM2", "ServicePlanId": "5689bec4-755d-4753-8b61-40975025187c" }, { "ServiceName": "RMS_S_PREMIUM", "ServicePlanId": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3" }, { "ServiceName": "ATA", "ServicePlanId": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f" }, { "ServiceName": "AAD_PREMIUM_P2", "ServicePlanId": "eec0eb4f-6444-4f95-aba0-50c24d67f998" }, { "ServiceName": "AAD_PREMIUM", "ServicePlanId": "41781fb2-bc02-4b7c-bd55-b576c07bb09d" } ], "ActiveUnits": 25, "hierarchy": "65e06c5b6fd4534903e06868", "ConsumedUnits": 25, "Id": "29a521a3-25b3-45db-9c9e-36bbd6d4b311_c42b9cae-ea4f-4ab7-9717-81576235ccac", "SkuPartNumber": "DEVELOPERPACK_E5", "hierarchy_friendly_name": "TaurCom (Customer)", "summary_device": "Connection parameters for Microsoft Graph TaurCom, TaurCom, hcs.CS-P.CS-NB.TaurCom", "WarningUnits": 0, "hierarchy_path": "sys.hcs.CS-P.CS-NB.TaurCom" } }, { "pkid": "65e094136fd4534903e288e2", "meta": { "tags": [], "cached": true, "title": "DEVELOPERPACK_E5", "business_key": {}, "schema_version": "", "summary": "false", "references": { "device": [ { "pkid": "65e0940c6fd4534903e28821", "href": "/api/v0/data/MSGraph/65e0940c6fd4534903e28821" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "65e094136fd4534903e288e2", "href": "/api/device/msgraph/MsolAccountSku/65e094136fd4534903e288e2/" } ], "parent": [ { "pkid": "65e092226fd4534903e2148a", "href": "/api/data/HierarchyNode/65e092226fd4534903e2148a" } ], "foreign_key": [] }, "actions": [ { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/65e094136fd4534903e288e2/?model_type=device/msgraph/MsolAccountSku", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/msgraph/MsolAccountSku/65e094136fd4534903e288e2/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/device/msgraph/MsolAccountSku/65e094136fd4534903e288e2/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/device/msgraph/MsolAccountSku/65e094136fd4534903e288e2/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "href": "/api/device/msgraph/MsolAccountSku/65e094136fd4534903e288e2/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/device/msgraph/MsolAccountSku/65e094136fd4534903e288e2/help", "title": "Help", "class": "help", "method": "GET" } }, { "purge": { "support_async": false, "href": "/api/device/msgraph/MsolAccountSku/65e094136fd4534903e288e2/purge/", "title": "Purge", "class": "purge", "method": "POST" } } ], "model_type": "device/msgraph/MsolAccountSku", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "65e092226fd4534903e2148a", "65e094136fd4534903e288e2" ], "summary_attrs": [ { "name": "SkuPartNumber", "title": "SKU Part Number" }, { "name": "ActiveUnits", "title": "Active Units" }, { "name": "ConsumedUnits", "title": "Consumed Units" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "SkuId": "c42b9cae-ea4f-4ab7-9717-81576235ccac", "ServicePlans": [ { "ServiceName": "MESH_IMMERSIVE_FOR_TEAMS", "ServicePlanId": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28" }, { "ServiceName": "PURVIEW_DISCOVERY", "ServicePlanId": "c948ea65-2053-4a5a-8a62-9eaaaf11b522" }, { "ServiceName": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", "ServicePlanId": "3efbd4ed-8958-4824-8389-1321f8730af8" }, { "ServiceName": "MESH_AVATARS_FOR_TEAMS", "ServicePlanId": "dcf9d2f4-772e-4434-b757-77a453cfbc02" }, { "ServiceName": "CustomerLockboxA_Enterprise", "ServicePlanId": "3ec18638-bd4c-4d3b-8905-479ed636b83e" }, { "ServiceName": "MICROSOFT_LOOP", "ServicePlanId": "c4b8c31a-fb44-4c65-9837-a21f55fcabda" }, { "ServiceName": "Bing_Chat_Enterprise", "ServicePlanId": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba" }, { "ServiceName": "CLIPCHAMP", "ServicePlanId": "a1ace008-72f3-4ea0-8dac-33b3a23a2472" }, { "ServiceName": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", "ServicePlanId": "6f23d6a9-adbf-481c-8538-b4c095654487" }, { "ServiceName": "M365_AUDIT_PLATFORM", "ServicePlanId": "f6de4823-28fa-440b-b886-4783fa86ddba" }, { "ServiceName": "VIVA_LEARNING_SEEDED", "ServicePlanId": "b76fb638-6ba6-402a-b9f9-83d28acb3d86" }, { "ServiceName": "Nucleus", "ServicePlanId": "db4d623d-b514-490b-b7ef-8885eee514de" }, { "ServiceName": "MIP_S_Exchange", "ServicePlanId": "cd31b152-6326-4d1b-ae1b-997b625182e6" }, { "ServiceName": "MICROSOFT_COMMUNICATION_COMPLIANCE", "ServicePlanId": "a413a9ff-720c-4822-98ef-2f37c2a21f4c" }, { "ServiceName": "GRAPH_CONNECTORS_SEARCH_INDEX", "ServicePlanId": "a6520331-d7d4-4276-95f5-15c0933bc757" }, { "ServiceName": "Content_Explorer", "ServicePlanId": "d9fa6af4-e046-4c89-9226-729a0786685d" }, { "ServiceName": "POWER_VIRTUAL_AGENTS_O365_P3", "ServicePlanId": "ded3d325-1bdc-453e-8432-5bac26d7a014" }, { "ServiceName": "CDS_O365_P3", "ServicePlanId": "afa73018-811e-46e9-988f-f75d2b1b8430" }, { "ServiceName": "PROJECT_O365_P3", "ServicePlanId": "b21a6b06-1988-436e-a07b-51ec6d9f52ad" }, { "ServiceName": "INSIDER_RISK", "ServicePlanId": "d587c7a3-bda9-4f99-8776-9bcf59c84f75" }, { "ServiceName": "EXCEL_PREMIUM", "ServicePlanId": "531ee2f8-b1cb-453b-9c21-d2180d014ca5" }, { "ServiceName": "MTP", "ServicePlanId": "bf28f719-7844-4079-9c78-c1307898e192" }, { "ServiceName": "MICROSOFT_SEARCH", "ServicePlanId": "94065c59-bc8e-4e8b-89e5-5138d471eaff" }, { "ServiceName": "DYN365_CDS_O365_P3", "ServicePlanId": "28b0fa46-c39a-4188-89e2-58e979a6b014" }, { "ServiceName": "MICROSOFTBOOKINGS", "ServicePlanId": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2" }, { "ServiceName": "RECORDS_MANAGEMENT", "ServicePlanId": "65cc641f-cccd-4643-97e0-a17e3045e541" }, { "ServiceName": "ML_CLASSIFICATION", "ServicePlanId": "d2d51368-76c9-4317-ada2-a12c004c432f" }, { "ServiceName": "INSIDER_RISK_MANAGEMENT", "ServicePlanId": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34" }, { "ServiceName": "INFO_GOVERNANCE", "ServicePlanId": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66" }, { "ServiceName": "DATA_INVESTIGATIONS", "ServicePlanId": "46129a58-a698-46f0-aa5b-17f6586297d9" }, { "ServiceName": "CUSTOMER_KEY", "ServicePlanId": "6db1f1db-2b46-403f-be40-e39395f08dbb" }, { "ServiceName": "COMMUNICATIONS_DLP", "ServicePlanId": "6dc145d6-95dd-4191-b9c3-185575ee6f6b" }, { "ServiceName": "COMMUNICATIONS_COMPLIANCE", "ServicePlanId": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4" }, { "ServiceName": "SAFEDOCS", "ServicePlanId": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7" }, { "ServiceName": "M365_ADVANCED_AUDITING", "ServicePlanId": "2f442157-a11c-46b9-ae5b-6e39ff4e5849" }, { "ServiceName": "YAMMER_ENTERPRISE", "ServicePlanId": "7547a3fe-08ee-4ccb-b430-5077c5041653" }, { "ServiceName": "WHITEBOARD_PLAN3", "ServicePlanId": "4a51bca5-1eff-43f5-878c-177680f191af" }, { "ServiceName": "BPOS_S_TODO_3", "ServicePlanId": "3fb82609-8c27-4f7b-bd51-30634711ee67" }, { "ServiceName": "SWAY", "ServicePlanId": "a23b959c-7ce8-4e57-9140-b90eb88a9e97" }, { "ServiceName": "MCOSTANDARD", "ServicePlanId": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c" }, { "ServiceName": "SHAREPOINTENTERPRISE", "ServicePlanId": "5dbe027f-2339-4123-9542-606e4d348a72" }, { "ServiceName": "POWERAPPS_O365_P3", "ServicePlanId": "9c0dab89-a30c-4117-86e7-97bda240acd2" }, { "ServiceName": "BI_AZURE_P2", "ServicePlanId": "70d33638-9c74-4d01-bfd3-562de28bd4ba" }, { "ServiceName": "MCOEV", "ServicePlanId": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7" }, { "ServiceName": "SHAREPOINTWAC", "ServicePlanId": "e95bec33-7c88-4a70-8e19-b10bd9d0c014" }, { "ServiceName": "OFFICESUBSCRIPTION", "ServicePlanId": "43de0ff5-c92c-492b-9116-175376d08c38" }, { "ServiceName": "PAM_ENTERPRISE", "ServicePlanId": "b1188c4c-1b36-4018-b48b-ee07604f6feb" }, { "ServiceName": "THREAT_INTELLIGENCE", "ServicePlanId": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70" }, { "ServiceName": "ATP_ENTERPRISE", "ServicePlanId": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939" }, { "ServiceName": "ADALLOM_S_O365", "ServicePlanId": "8c098270-9dd4-4350-9b30-ba4703f3b36b" }, { "ServiceName": "EQUIVIO_ANALYTICS", "ServicePlanId": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc" }, { "ServiceName": "INTUNE_O365", "ServicePlanId": "882e1d05-acd1-4ccb-8708-6ee03664b117" }, { "ServiceName": "TEAMS1", "ServicePlanId": "57ff2da0-773e-42df-b2af-ffb7a2317929" }, { "ServiceName": "STREAM_O365_E5", "ServicePlanId": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e" }, { "ServiceName": "Deskless", "ServicePlanId": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3" }, { "ServiceName": "PROJECTWORKMANAGEMENT", "ServicePlanId": "b737dad2-2f6c-4c65-90e3-ca563267e8b9" }, { "ServiceName": "EXCHANGE_ANALYTICS", "ServicePlanId": "34c0d7a0-a70f-4668-9238-47f9fc208882" }, { "ServiceName": "INTUNE_A", "ServicePlanId": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5" }, { "ServiceName": "FORMS_PLAN_E5", "ServicePlanId": "e212cbc7-0961-4c40-9825-01117710dcb1" }, { "ServiceName": "ADALLOM_S_STANDALONE", "ServicePlanId": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2" }, { "ServiceName": "MFA_PREMIUM", "ServicePlanId": "8a256a2b-b617-496d-b51b-e76466e88db0" }, { "ServiceName": "RMS_S_ENTERPRISE", "ServicePlanId": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90" }, { "ServiceName": "MIP_S_CLP1", "ServicePlanId": "5136a095-5cf0-4aff-bec3-e84448b38ea5" }, { "ServiceName": "MIP_S_CLP2", "ServicePlanId": "efb0351d-3b08-4503-993d-383af8de41e3" }, { "ServiceName": "FLOW_O365_P3", "ServicePlanId": "07699545-9485-468e-95b6-2fca3738be01" }, { "ServiceName": "EXCHANGE_S_ENTERPRISE", "ServicePlanId": "efb87545-963c-4e0d-99df-69c6916d9eb0" }, { "ServiceName": "LOCKBOX_ENTERPRISE", "ServicePlanId": "9f431833-0334-42de-a7dc-70aa40db46db" }, { "ServiceName": "RMS_S_PREMIUM2", "ServicePlanId": "5689bec4-755d-4753-8b61-40975025187c" }, { "ServiceName": "RMS_S_PREMIUM", "ServicePlanId": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3" }, { "ServiceName": "ATA", "ServicePlanId": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f" }, { "ServiceName": "AAD_PREMIUM_P2", "ServicePlanId": "eec0eb4f-6444-4f95-aba0-50c24d67f998" }, { "ServiceName": "AAD_PREMIUM", "ServicePlanId": "41781fb2-bc02-4b7c-bd55-b576c07bb09d" } ], "ActiveUnits": 25, "hierarchy": "65e092226fd4534903e2148a", "ConsumedUnits": 21, "Id": "6e6e313c-6fac-4f8d-a152-f8284f723f19_c42b9cae-ea4f-4ab7-9717-81576235ccac", "SkuPartNumber": "DEVELOPERPACK_E5", "hierarchy_friendly_name": "VossAutoBuild (Customer)", "summary_device": "Connection parameters for Microsoft Graph Auto Build Tenant, Auto Build Tenant, hcs.CS-P.CS-NB.VossAutoBuild", "WarningUnits": 0, "hierarchy_path": "sys.hcs.CS-P.CS-NB.VossAutoBuild" } } ] }
(Show the first instance)
{ "pkid": "65e06e0b6fd4534903e0d11d", "meta": { "tags": [], "cached": true, "cache_control_policy": "cache_then_device", "title": "DEVELOPERPACK_E5", "business_key": {}, "schema_version": "", "references": { "parent": [ { "pkid": "65e06c5b6fd4534903e06868", "href": "/api/data/HierarchyNode/65e06c5b6fd4534903e06868" } ], "self": [ { "pkid": "65e06e0b6fd4534903e0d11d", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/" } ], "foreign_key": [], "device": [ { "pkid": "65e06e056fd4534903e0d0b3", "href": "/api/v0/data/MSGraph/65e06e056fd4534903e0d0b3" } ], "owner": [ { "pkid": "" } ], "children": [] }, "actions": [ { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/65e06e0b6fd4534903e0d11d/?hierarchy=[hierarchy]&model_type=device/msgraph/MsolAccountSku", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/+tag/?hierarchy=[hierarchy]", "class": "tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/msgraph/MsolAccountSku/65e06e0b6fd4534903e0d11d/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } } ], "model_type": "device/msgraph/MsolAccountSku", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "65e06c5b6fd4534903e06868", "65e06e0b6fd4534903e0d11d" ], "summary_attrs": [ { "name": "SkuPartNumber", "title": "SKU Part Number" }, { "name": "ActiveUnits", "title": "Active Units" }, { "name": "ConsumedUnits", "title": "Consumed Units" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "SkuId": "c42b9cae-ea4f-4ab7-9717-81576235ccac", "ServicePlans": [ { "ServiceName": "MESH_IMMERSIVE_FOR_TEAMS", "ServicePlanId": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28" }, { "ServiceName": "PURVIEW_DISCOVERY", "ServicePlanId": "c948ea65-2053-4a5a-8a62-9eaaaf11b522" }, { "ServiceName": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", "ServicePlanId": "3efbd4ed-8958-4824-8389-1321f8730af8" }, { "ServiceName": "MESH_AVATARS_FOR_TEAMS", "ServicePlanId": "dcf9d2f4-772e-4434-b757-77a453cfbc02" }, { "ServiceName": "CustomerLockboxA_Enterprise", "ServicePlanId": "3ec18638-bd4c-4d3b-8905-479ed636b83e" }, { "ServiceName": "MICROSOFT_LOOP", "ServicePlanId": "c4b8c31a-fb44-4c65-9837-a21f55fcabda" }, { "ServiceName": "Bing_Chat_Enterprise", "ServicePlanId": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba" }, { "ServiceName": "CLIPCHAMP", "ServicePlanId": "a1ace008-72f3-4ea0-8dac-33b3a23a2472" }, { "ServiceName": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", "ServicePlanId": "6f23d6a9-adbf-481c-8538-b4c095654487" }, { "ServiceName": "M365_AUDIT_PLATFORM", "ServicePlanId": "f6de4823-28fa-440b-b886-4783fa86ddba" }, { "ServiceName": "VIVA_LEARNING_SEEDED", "ServicePlanId": "b76fb638-6ba6-402a-b9f9-83d28acb3d86" }, { "ServiceName": "Nucleus", "ServicePlanId": "db4d623d-b514-490b-b7ef-8885eee514de" }, { "ServiceName": "MIP_S_Exchange", "ServicePlanId": "cd31b152-6326-4d1b-ae1b-997b625182e6" }, { "ServiceName": "MICROSOFT_COMMUNICATION_COMPLIANCE", "ServicePlanId": "a413a9ff-720c-4822-98ef-2f37c2a21f4c" }, { "ServiceName": "GRAPH_CONNECTORS_SEARCH_INDEX", "ServicePlanId": "a6520331-d7d4-4276-95f5-15c0933bc757" }, { "ServiceName": "Content_Explorer", "ServicePlanId": "d9fa6af4-e046-4c89-9226-729a0786685d" }, { "ServiceName": "POWER_VIRTUAL_AGENTS_O365_P3", "ServicePlanId": "ded3d325-1bdc-453e-8432-5bac26d7a014" }, { "ServiceName": "CDS_O365_P3", "ServicePlanId": "afa73018-811e-46e9-988f-f75d2b1b8430" }, { "ServiceName": "PROJECT_O365_P3", "ServicePlanId": "b21a6b06-1988-436e-a07b-51ec6d9f52ad" }, { "ServiceName": "INSIDER_RISK", "ServicePlanId": "d587c7a3-bda9-4f99-8776-9bcf59c84f75" }, { "ServiceName": "EXCEL_PREMIUM", "ServicePlanId": "531ee2f8-b1cb-453b-9c21-d2180d014ca5" }, { "ServiceName": "MTP", "ServicePlanId": "bf28f719-7844-4079-9c78-c1307898e192" }, { "ServiceName": "MICROSOFT_SEARCH", "ServicePlanId": "94065c59-bc8e-4e8b-89e5-5138d471eaff" }, { "ServiceName": "DYN365_CDS_O365_P3", "ServicePlanId": "28b0fa46-c39a-4188-89e2-58e979a6b014" }, { "ServiceName": "MICROSOFTBOOKINGS", "ServicePlanId": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2" }, { "ServiceName": "RECORDS_MANAGEMENT", "ServicePlanId": "65cc641f-cccd-4643-97e0-a17e3045e541" }, { "ServiceName": "ML_CLASSIFICATION", "ServicePlanId": "d2d51368-76c9-4317-ada2-a12c004c432f" }, { "ServiceName": "INSIDER_RISK_MANAGEMENT", "ServicePlanId": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34" }, { "ServiceName": "INFO_GOVERNANCE", "ServicePlanId": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66" }, { "ServiceName": "DATA_INVESTIGATIONS", "ServicePlanId": "46129a58-a698-46f0-aa5b-17f6586297d9" }, { "ServiceName": "CUSTOMER_KEY", "ServicePlanId": "6db1f1db-2b46-403f-be40-e39395f08dbb" }, { "ServiceName": "COMMUNICATIONS_DLP", "ServicePlanId": "6dc145d6-95dd-4191-b9c3-185575ee6f6b" }, { "ServiceName": "COMMUNICATIONS_COMPLIANCE", "ServicePlanId": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4" }, { "ServiceName": "SAFEDOCS", "ServicePlanId": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7" }, { "ServiceName": "M365_ADVANCED_AUDITING", "ServicePlanId": "2f442157-a11c-46b9-ae5b-6e39ff4e5849" }, { "ServiceName": "YAMMER_ENTERPRISE", "ServicePlanId": "7547a3fe-08ee-4ccb-b430-5077c5041653" }, { "ServiceName": "WHITEBOARD_PLAN3", "ServicePlanId": "4a51bca5-1eff-43f5-878c-177680f191af" }, { "ServiceName": "BPOS_S_TODO_3", "ServicePlanId": "3fb82609-8c27-4f7b-bd51-30634711ee67" }, { "ServiceName": "SWAY", "ServicePlanId": "a23b959c-7ce8-4e57-9140-b90eb88a9e97" }, { "ServiceName": "MCOSTANDARD", "ServicePlanId": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c" }, { "ServiceName": "SHAREPOINTENTERPRISE", "ServicePlanId": "5dbe027f-2339-4123-9542-606e4d348a72" }, { "ServiceName": "POWERAPPS_O365_P3", "ServicePlanId": "9c0dab89-a30c-4117-86e7-97bda240acd2" }, { "ServiceName": "BI_AZURE_P2", "ServicePlanId": "70d33638-9c74-4d01-bfd3-562de28bd4ba" }, { "ServiceName": "MCOEV", "ServicePlanId": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7" }, { "ServiceName": "SHAREPOINTWAC", "ServicePlanId": "e95bec33-7c88-4a70-8e19-b10bd9d0c014" }, { "ServiceName": "OFFICESUBSCRIPTION", "ServicePlanId": "43de0ff5-c92c-492b-9116-175376d08c38" }, { "ServiceName": "PAM_ENTERPRISE", "ServicePlanId": "b1188c4c-1b36-4018-b48b-ee07604f6feb" }, { "ServiceName": "THREAT_INTELLIGENCE", "ServicePlanId": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70" }, { "ServiceName": "ATP_ENTERPRISE", "ServicePlanId": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939" }, { "ServiceName": "ADALLOM_S_O365", "ServicePlanId": "8c098270-9dd4-4350-9b30-ba4703f3b36b" }, { "ServiceName": "EQUIVIO_ANALYTICS", "ServicePlanId": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc" }, { "ServiceName": "INTUNE_O365", "ServicePlanId": "882e1d05-acd1-4ccb-8708-6ee03664b117" }, { "ServiceName": "TEAMS1", "ServicePlanId": "57ff2da0-773e-42df-b2af-ffb7a2317929" }, { "ServiceName": "STREAM_O365_E5", "ServicePlanId": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e" }, { "ServiceName": "Deskless", "ServicePlanId": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3" }, { "ServiceName": "PROJECTWORKMANAGEMENT", "ServicePlanId": "b737dad2-2f6c-4c65-90e3-ca563267e8b9" }, { "ServiceName": "EXCHANGE_ANALYTICS", "ServicePlanId": "34c0d7a0-a70f-4668-9238-47f9fc208882" }, { "ServiceName": "INTUNE_A", "ServicePlanId": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5" }, { "ServiceName": "FORMS_PLAN_E5", "ServicePlanId": "e212cbc7-0961-4c40-9825-01117710dcb1" }, { "ServiceName": "ADALLOM_S_STANDALONE", "ServicePlanId": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2" }, { "ServiceName": "MFA_PREMIUM", "ServicePlanId": "8a256a2b-b617-496d-b51b-e76466e88db0" }, { "ServiceName": "RMS_S_ENTERPRISE", "ServicePlanId": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90" }, { "ServiceName": "MIP_S_CLP1", "ServicePlanId": "5136a095-5cf0-4aff-bec3-e84448b38ea5" }, { "ServiceName": "MIP_S_CLP2", "ServicePlanId": "efb0351d-3b08-4503-993d-383af8de41e3" }, { "ServiceName": "FLOW_O365_P3", "ServicePlanId": "07699545-9485-468e-95b6-2fca3738be01" }, { "ServiceName": "EXCHANGE_S_ENTERPRISE", "ServicePlanId": "efb87545-963c-4e0d-99df-69c6916d9eb0" }, { "ServiceName": "LOCKBOX_ENTERPRISE", "ServicePlanId": "9f431833-0334-42de-a7dc-70aa40db46db" }, { "ServiceName": "RMS_S_PREMIUM2", "ServicePlanId": "5689bec4-755d-4753-8b61-40975025187c" }, { "ServiceName": "RMS_S_PREMIUM", "ServicePlanId": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3" }, { "ServiceName": "ATA", "ServicePlanId": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f" }, { "ServiceName": "AAD_PREMIUM_P2", "ServicePlanId": "eec0eb4f-6444-4f95-aba0-50c24d67f998" }, { "ServiceName": "AAD_PREMIUM", "ServicePlanId": "41781fb2-bc02-4b7c-bd55-b576c07bb09d" } ], "ActiveUnits": 25, "hierarchy": "65e06c5b6fd4534903e06868", "ConsumedUnits": 25, "Id": "29a521a3-25b3-45db-9c9e-36bbd6d4b311_c42b9cae-ea4f-4ab7-9717-81576235ccac", "SkuPartNumber": "DEVELOPERPACK_E5", "WarningUnits": 0 } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/msgraph/MsolAccountSku. | GET | /api/device/msgraph/MsolAccountSku/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/msgraph/MsolAccountSku as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/msgraph/MsolAccountSku | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of device/msgraph/MsolAccountSku; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/msgraph/MsolAccountSku/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of device/msgraph/MsolAccountSku and the JSON format can be used to import instances of device/msgraph/MsolAccountSku.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Tag | PATCH | /api/device/msgraph/MsolAccountSku/[pkid]/+tag | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/msgraph/MsolAccountSku/[pkid] | hierarchy=[hierarchy] | The device/msgraph/MsolAccountSku instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/msgraph/MsolAccountSku/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/msgraph/MsolAccountSku. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/msgraph/MsolAccountSku/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |