Logo
Acronis Cyber Platform's Public API Documentation

Get all available applications list

GET {{base_url}}/api/2/applications

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "items": [ { "name": "Backup", "api_base_url": "/bc/", "type": "backup", "id": "6e6d758d-8e74-3ae3-ac84-50eb0dff12eb", "usages": [ "workstations", "servers", "vms", "mobiles", "virtualhosts", "win_server_essentials", "mailboxes", "storage", "workstation_storage", "server_storage", "vm_storage", "mobile_storage", "virtualhost_storage", "win_server_essentials_storage", "mailbox_storage", "mailbox_instance_size", "websites", "website_storage", "dr_storage", "public_ips", "compute_points", "assigned_compute_points", "child_storages", "total_storage", "local_storage", "universal_devices", "universal_devices_storage", "dr_cloud_servers", "onedrive_storage", "google_drive_storage", "google_mail_storage", "gsuite_seats", "group_mailbox_storage", "group_site_storage", "site_collection_storage", "google_team_drive_storage", "cloud_to_cloud_backup", "dr_internet_access", "dr_child_storages", "web_hosting_servers", "web_hosting_server_storage", "o365_mailboxes", "o365_onedrive", "o365_sharepoint_sites", "google_mail", "google_drive", "google_team_drive", "search_index_storage" ] }, { "name": "Physical Data Shipping", "api_base_url": "/pds/", "type": "physical_data_shipping", "id": "b71b2c18-590a-303c-9d5a-8444fbe713ac", "usages": [ "drives_shipped_to_cloud", "drives_shipped_from_cloud" ] }, { "name": "File Sync & Share", "api_base_url": "/fc/", "type": "files_cloud", "id": "dfd85a5f-a464-32ab-81fd-99bcc66a070f", "usages": [ "fc_seats", "fc_storage", "fc_child_storages", "fc_total_storage" ] }, { "name": "Notary", "api_base_url": "/notary/console", "type": "notary", "id": "f9c5744e-bd1a-36b6-b0f0-ecd7483e1796", "usages": [ "notary_storage", "notarizations", "esignatures" ] }, { "name": "Cyber Infrastructure", "api_base_url": "/hci/", "type": "hci", "id": "cc29685d-a9ca-3e87-a83d-069f18b588f0", "usages": [ "hci_iscsi_storage", "hci_s3_storage", "hci_nfs_storage", "hci_cifs_storage", "hci_vtl_storage", "hci_vm_storage", "hci_vm_provisioned_cpu", "hci_vm_provisioned_ram", "hci_storage", "hci_compute_points", "hci_total_iscsi_storage", "hci_total_s3_storage", "hci_total_nfs_storage", "hci_total_cifs_storage", "hci_total_vtl_storage", "hci_total_vm_storage", "hci_total_vm_provisioned_cpu", "hci_total_vm_provisioned_ram", "hci_total_storage", "hci_total_compute_points" ] }, { "name": "Management Portal", "api_base_url": "/mc/", "type": "platform", "id": "7459244f-68f3-3bf
Curl
curl -X GET 'base_url/api/2/applications'

ENDPOINTS