[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": { "ServicePlans": { "name": "ServicePlans", "type": "array", "title": "Service Plans", "readonly": true, "items": { "type": "object", "properties": { "ServicePlanId": { "name": "ServicePlanId", "type": "string", "title": "Service Plan ID", "readonly": true }, "ServiceName": { "name": "ServiceName", "type": "string", "title": "Service Name", "readonly": true } } } }, "Id": { "name": "Id", "type": "string", "title": "ID", "required": true, "readonly": true }, "SkuId": { "name": "SkuId", "type": "string", "title": "SKU ID", "readonly": true }, "ActiveUnits": { "name": "ActiveUnits", "type": "string", "title": "Active Units", "readonly": true }, "ConsumedUnits": { "name": "ConsumedUnits", "type": "string", "title": "Consumed Units", "readonly": true }, "SkuPartNumber": { "name": "SkuPartNumber", "type": "string", "title": "SKU Part Number", "readonly": true }, "WarningUnits": { "name": "WarningUnits", "type": "string", "title": "Warning Units", "readonly": true } }, "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 |
---|---|---|---|---|
Tag | PATCH | /api/device/msgraph/MsolAccountSku/+tag/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Tag Version | PATCH | /api/device/msgraph/MsolAccountSku/+tag_version/ |
|
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)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 1, "total_limit": null, "order_by": "SkuPartNumber", "direction": "asc", "current": "/api/device/msgraph/MsolAccountSku/?skip=0&limit=3&order_by=SkuPartNumber&direction=asc&traversal=down" }, "operations": [ "list" ], "meta": { "model_type": "device/msgraph/MsolAccountSku", "summary_attrs": [ { "name": "SkuPartNumber", "title": "SKU Part Number" }, { "name": "ActiveUnits", "title": "Active Units" }, { "name": "ConsumedUnits", "title": "Consumed Units" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [] }, "model_specific_actions": [ "list", "get", "move", "export", "export_bulkload_template", "bulk_update_form", "configuration_template", "field_display_policy", "help", "migration", "transform", "tag", "tag_version" ], "schema_version": "1.0", "actions": [ { "bulk_update_form": { "method": "GET", "class": "update", "href": "/api/device/msgraph/MsolAccountSku/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Bulk Modify" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/msgraph/MsolAccountSku", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "method": "POST", "class": "export", "href": "/api/device/msgraph/MsolAccountSku/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "export_bulkload_template": { "method": "POST", "class": "bulkload_template", "href": "/api/device/msgraph/MsolAccountSku/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "tag": { "method": "PATCH", "class": "tag", "href": "/api/device/msgraph/MsolAccountSku/+tag/?hierarchy=[hierarchy]", "support_async": true, "title": "Tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "method": "PATCH", "class": "tag_version", "href": "/api/device/msgraph/MsolAccountSku/+tag_version/?hierarchy=[hierarchy]", "support_async": true, "title": "Tag Version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "configuration_template": { "method": "GET", "class": "config", "href": "/api/device/msgraph/MsolAccountSku/configuration_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Configuration Template" } }, { "field_display_policy": { "method": "GET", "class": "display_policy", "href": "/api/device/msgraph/MsolAccountSku/field_display_policy/?hierarchy=[hierarchy]", "support_async": false, "title": "Field Display Policy" } }, { "migration": { "method": "GET", "class": "migration", "href": "/api/device/msgraph/MsolAccountSku/migration/?hierarchy=[hierarchy]", "support_async": false, "title": "Migration Template" } }, { "list": { "method": "GET", "class": "list", "href": "/api/device/msgraph/MsolAccountSku/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/msgraph/MsolAccountSku/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/msgraph/MsolAccountSku/purge/?hierarchy=[hierarchy]", "support_async": false, "title": "Purge" } }, { "transform": { "method": "GET", "class": "transform", "href": "/api/device/msgraph/MsolAccountSku/transform/?hierarchy=[hierarchy]", "support_async": false, "title": "Transform Template" } } ] }, "resources": [ { "data": { "SkuId": "c42b9cae-ea4f-4ab7-9717-81576235ccac", "ServicePlans": [ { "ServiceName": "COMMON_DEFENDER_PLATFORM_FOR_OFFICE", "ServicePlanId": "a312bdeb-1e21-40d0-84b1-0e73f128144f" }, { "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": "6644e9bcf14dbdc7695d37d1", "ConsumedUnits": 21, "Id": "6e6e313c-6fac-4f8d-a152-f8284f723f19_c42b9cae-ea4f-4ab7-9717-81576235ccac", "SkuPartNumber": "DEVELOPERPACK_E5", "WarningUnits": 0, "summary_device": "Connection parameters for Microsoft Graph Auto Build Tenant, Auto Build Tenant, hcs.CS-P.CS-NB.RND", "hierarchy_friendly_name": "RND (Customer)", "hierarchy_path": "sys.hcs.CS-P.CS-NB.RND" }, "meta": { "model_type": "device/msgraph/MsolAccountSku", "summary_attrs": [ { "name": "SkuPartNumber", "title": "SKU Part Number" }, { "name": "ActiveUnits", "title": "Active Units" }, { "name": "ConsumedUnits", "title": "Consumed Units" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "DEVELOPERPACK_E5", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "/api/v0/data/MSGraph/6644ec37f14dbdc7695da123", "pkid": "6644ec37f14dbdc7695da123" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "6644e9bcf14dbdc7695d37d1", "href": "/api/data/HierarchyNode/6644e9bcf14dbdc7695d37d1" } ], "foreign_key": [], "self": [ { "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/", "pkid": "6644ec3df14dbdc7695da18d" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89bd5affa931cce3863f9", "6644e9bcf14dbdc7695d37d1", "6644ec3df14dbdc7695da18d" ], "schema_version": "", "actions": [ { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/6644ec3df14dbdc7695da18d/?model_type=device/msgraph/MsolAccountSku", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/" } }, { "export": { "method": "GET", "class": "export", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "tag": { "method": "PATCH", "class": "tag", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/+tag/", "support_async": true, "title": "Tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "method": "PATCH", "class": "tag_version", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/+tag_version/", "support_async": true, "title": "Tag Version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "method": "GET", "class": "get", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/help", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/purge/", "support_async": false, "title": "Purge" } } ], "summary": "false" }, "pkid": "6644ec3df14dbdc7695da18d" } ] }
(Show the first instance)
{ "data": { "SkuId": "c42b9cae-ea4f-4ab7-9717-81576235ccac", "ServicePlans": [ { "ServiceName": "COMMON_DEFENDER_PLATFORM_FOR_OFFICE", "ServicePlanId": "a312bdeb-1e21-40d0-84b1-0e73f128144f" }, { "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": "6644e9bcf14dbdc7695d37d1", "ConsumedUnits": 21, "Id": "6e6e313c-6fac-4f8d-a152-f8284f723f19_c42b9cae-ea4f-4ab7-9717-81576235ccac", "SkuPartNumber": "DEVELOPERPACK_E5", "WarningUnits": 0 }, "meta": { "model_type": "device/msgraph/MsolAccountSku", "summary_attrs": [ { "name": "SkuPartNumber", "title": "SKU Part Number" }, { "name": "ActiveUnits", "title": "Active Units" }, { "name": "ConsumedUnits", "title": "Consumed Units" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "DEVELOPERPACK_E5", "business_key": {}, "api_version": "21.2", "cached": true, "cache_control_policy": "cache_then_device", "references": { "device": [ { "href": "/api/v0/data/MSGraph/6644ec37f14dbdc7695da123", "pkid": "6644ec37f14dbdc7695da123" } ], "owner": [ { "pkid": "" } ], "parent": [ { "href": "/api/data/HierarchyNode/6644e9bcf14dbdc7695d37d1", "pkid": "6644e9bcf14dbdc7695d37d1" } ], "foreign_key": [], "children": [], "self": [ { "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/", "pkid": "6644ec3df14dbdc7695da18d" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89bd5affa931cce3863f9", "6644e9bcf14dbdc7695d37d1", "6644ec3df14dbdc7695da18d" ], "schema_version": "", "actions": [ { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/6644ec3df14dbdc7695da18d/?hierarchy=[hierarchy]&model_type=device/msgraph/MsolAccountSku", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "method": "GET", "class": "export", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "tag": { "method": "PATCH", "class": "tag", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/+tag/?hierarchy=[hierarchy]", "support_async": true, "title": "Tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "method": "PATCH", "class": "tag_version", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/+tag_version/?hierarchy=[hierarchy]", "support_async": true, "title": "Tag Version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "get": { "method": "GET", "class": "get", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/?hierarchy=[hierarchy]", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/msgraph/MsolAccountSku/6644ec3df14dbdc7695da18d/purge/?hierarchy=[hierarchy]", "support_async": false, "title": "Purge" } } ] }, "pkid": "6644ec3df14dbdc7695da18d" }
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 | Response |
---|---|---|---|---|
Purge | POST | /api/device/msgraph/MsolAccountSku/purge/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Transform Template | GET | /api/device/msgraph/MsolAccountSku/transform/ |
|
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: |