{"openapi":"3.0.0","info":{"title":"StorSimpleManagementClient","version":"2016-10-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"storSimple1200Series-StorSimple","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.StorSimple/operations":{"get":{"deprecated":false,"description":"List of AvailableProviderOperations","operationId":"AvailableProviderOperations_List","parameters":[{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AvailableProviderOperations"},"examples":{"OperationsList":{"$ref":"#/components/examples/OperationsList"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["AvailableProviderOperations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.StorSimple/managers":{"get":{"deprecated":false,"description":"Retrieves all the managers in a subscription.","operationId":"Managers_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of StorSimple managers.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagerList"},"examples":{"ManagersList":{"$ref":"#/components/examples/ManagersList"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers":{"get":{"deprecated":false,"description":"Retrieves all the managers in a resource group.","operationId":"Managers_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of StorSimple managers.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagerList"},"examples":{"ManagersListByResourceGroup":{"$ref":"#/components/examples/ManagersListByResourceGroup"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}":{"delete":{"deprecated":false,"description":"Deletes the manager.","operationId":"Managers_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The StorSimple manager has been successfully deleted"},"204":{"description":"The StorSimple manager is already in a deleted state"},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]},"get":{"deprecated":false,"description":"Returns the properties of the specified manager name.","operationId":"Managers_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The StorSimple manager.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Manager"},"examples":{"ManagersGet":{"$ref":"#/components/examples/ManagersGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]},"patch":{"deprecated":false,"description":"Updates the StorSimple Manager.","operationId":"Managers_Update","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagerPatch"}}},"description":"The manager update parameters.","required":true},"responses":{"200":{"description":"The StorSimple manager has been successfully updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Manager"},"examples":{"ManagersUpdate":{"$ref":"#/components/examples/ManagersUpdate"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]},"put":{"deprecated":false,"description":"Creates or updates the manager.","operationId":"Managers_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Manager"}}},"description":"The manager.","required":true},"responses":{"200":{"description":"The StorSimple manager has been successfully updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Manager"},"examples":{"ManagersCreateOrUpdate":{"$ref":"#/components/examples/ManagersCreateOrUpdate"}}}}},"201":{"description":"The StorSimple manager has been successfully created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Manager"},"examples":{"ManagersCreateOrUpdate":{"$ref":"#/components/examples/ManagersCreateOrUpdate"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/accessControlRecords":{"get":{"deprecated":false,"description":"Retrieves all the access control records in a manager.","operationId":"AccessControlRecords_ListByManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of access control records.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessControlRecordList"},"examples":{"AccessControlRecordsListByManager":{"$ref":"#/components/examples/AccessControlRecordsListByManager"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["AccessControlRecords"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/accessControlRecords/{accessControlRecordName}":{"delete":{"deprecated":false,"description":"Deletes the access control record.","operationId":"AccessControlRecords_Delete","parameters":[{"description":"The name of the access control record to delete.","in":"path","name":"accessControlRecordName","required":true,"schema":{"type":"string"},"examples":{"AccessControlRecordsDelete":{"value":"AcrForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the access control record."},"204":{"description":"Successfully deleted the access control record."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["AccessControlRecords"],"x-ms-long-running-operation":true},"get":{"deprecated":false,"description":"Returns the properties of the specified access control record name.","operationId":"AccessControlRecords_Get","parameters":[{"description":"Name of access control record to be fetched.","in":"path","name":"accessControlRecordName","required":true,"schema":{"type":"string"},"examples":{"AccessControlRecordsGet":{"value":"AcrForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The access control record.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessControlRecord"},"examples":{"AccessControlRecordsGet":{"$ref":"#/components/examples/AccessControlRecordsGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["AccessControlRecords"]},"put":{"deprecated":false,"description":"Creates or Updates an access control record.","operationId":"AccessControlRecords_CreateOrUpdate","parameters":[{"description":"The name of the access control record.","in":"path","name":"accessControlRecordName","required":true,"schema":{"type":"string"},"examples":{"AccessControlRecordsCreateOrUpdate":{"value":"AcrForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessControlRecord"}}},"description":"The access control record to be added or updated.","required":true},"responses":{"200":{"description":"Successfully created or updated the access control record.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessControlRecord"},"examples":{"AccessControlRecordsCreateOrUpdate":{"$ref":"#/components/examples/AccessControlRecordsCreateOrUpdate"}}}}},"202":{"description":"Accepted the request to create or update the access control record."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["AccessControlRecords"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/alerts":{"get":{"deprecated":false,"description":"Retrieves all the alerts in a manager.","operationId":"Alerts_ListByManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"AlertsListByManager":{"value":"status%20eq%20'Active'%20and%20severity%20eq%20'Critical'"}}}],"responses":{"200":{"description":"The collection of alerts.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertList"},"examples":{"AlertsListByManager":{"$ref":"#/components/examples/AlertsListByManager"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Alerts"],"x-ms-odata":"#/components/schemas/AlertFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/backups":{"get":{"deprecated":false,"description":"Retrieves all the backups in a manager.","operationId":"Backups_ListByManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"BackupsListByManager":{"value":"createdTime%20ge%20'2018-08-10T17:30:03Z'%20and%20createdTime%20le%20'2018-08-14T17:30:03Z'%20and%20initiatedBy%20eq%20'Manual'"}}}],"responses":{"200":{"description":"The collection of backups.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BackupList"},"examples":{"BackupsListByManager":{"$ref":"#/components/examples/BackupsListByManager"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Backups"],"x-ms-odata":"#/components/schemas/BackupFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/certificates/{certificateName}":{"put":{"deprecated":false,"description":"Upload Vault Cred Certificate.\r\nReturns UploadCertificateResponse","operationId":"Managers_UploadRegistrationCertificate","parameters":[{"description":"Certificate Name","in":"path","name":"certificateName","required":true,"schema":{"type":"string"},"examples":{"ManagersUploadRegistrationCertificate":{"value":"windows"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UploadCertificateRequest"}}},"description":"UploadCertificateRequest Request","required":true},"responses":{"200":{"description":"Upload Vault Certificate","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UploadCertificateResponse"},"examples":{"ManagersUploadRegistrationCertificate":{"$ref":"#/components/examples/ManagersUploadRegistrationCertificate"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/clearAlerts":{"post":{"deprecated":false,"description":"Clear the alerts.","operationId":"Alerts_Clear","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClearAlertRequest"}}},"description":"The clear alert request.","required":true},"responses":{"204":{"description":"Successfully cleared the alerts."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Alerts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices":{"get":{"deprecated":false,"description":"Retrieves all the devices in a manager.","operationId":"Devices_ListByManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"Specify $expand=details to populate additional fields related to the device.","in":"query","name":"$expand","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"The collection of devices.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceList"},"examples":{"DevicesListByManager":{"$ref":"#/components/examples/DevicesListByManager"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}":{"delete":{"deprecated":false,"description":"Deletes the device.","operationId":"Devices_Delete","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesDelete":{"value":"SDK-DELETE"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the device."},"204":{"description":"Successfully deleted the device."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-long-running-operation":true},"get":{"deprecated":false,"description":"Returns the properties of the specified device name.","operationId":"Devices_Get","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesGet":{"value":"HSDK-ARCSX4MVKZ"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"Specify $expand=details to populate additional fields related to the device.","in":"query","name":"$expand","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"The device.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Device"},"examples":{"DevicesGet":{"$ref":"#/components/examples/DevicesGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"]},"patch":{"deprecated":false,"description":"Patches the device.","operationId":"Devices_Patch","parameters":[{"description":"The device Name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesPatch":{"value":"HSDK-UGU4PITWNI"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DevicePatch"}}},"description":"Patch representation of the device.","required":true},"responses":{"200":{"description":"Successfully patched the device.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Device"},"examples":{"DevicesPatch":{"$ref":"#/components/examples/DevicesPatch"}}}}},"202":{"description":"Accepted the request to patch the device."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/alertSettings/default":{"get":{"deprecated":false,"description":"Returns the alert settings of the specified device name.","operationId":"Devices_GetAlertSettings","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesGetAlertSettings":{"value":"HSDK-T4ZA3EAJFR"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The alert settings.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertSettings"},"examples":{"DevicesGetAlertSettings":{"$ref":"#/components/examples/DevicesGetAlertSettings"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"]},"put":{"deprecated":false,"description":"Creates or updates the alert settings","operationId":"Devices_CreateOrUpdateAlertSettings","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesCreateOrUpdateAlertSettings":{"value":"HSDK-T4ZA3EAJFR"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertSettings"}}},"description":"The alert settings.","required":true},"responses":{"200":{"description":"Successfully created or updated the network settings.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertSettings"},"examples":{"DevicesCreateOrUpdateAlertSettings":{"$ref":"#/components/examples/DevicesCreateOrUpdateAlertSettings"}}}}},"202":{"description":"Accepted the request to create or update the network settings."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupScheduleGroups":{"get":{"deprecated":false,"description":"Retrieves all the backup schedule groups in a device.","operationId":"BackupScheduleGroups_ListByDevice","parameters":[{"description":"The name of the device.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"BackupScheduleGroupsListByDevice":{"value":"HSDK-0NZI14MDTF"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of backup schedule groups.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BackupScheduleGroupList"},"examples":{"BackupScheduleGroupsListByDevice":{"$ref":"#/components/examples/BackupScheduleGroupsListByDevice"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["BackupScheduleGroups"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupScheduleGroups/{scheduleGroupName}":{"delete":{"deprecated":false,"description":"Deletes the backup schedule group.","operationId":"BackupScheduleGroups_Delete","parameters":[{"description":"The name of the device.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"BackupScheduleGroupsDelete":{"value":"HSDK-DMNJB2PET0"}}},{"description":"The name of the schedule group.","in":"path","name":"scheduleGroupName","required":true,"schema":{"type":"string"},"examples":{"BackupScheduleGroupsDelete":{"value":"BackupSchGroupForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the backup schedule group."},"204":{"description":"Successfully deleted the backup schedule group."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["BackupScheduleGroups"],"x-ms-long-running-operation":true},"get":{"deprecated":false,"description":"Returns the properties of the specified backup schedule group name.","operationId":"BackupScheduleGroups_Get","parameters":[{"description":"The name of the device.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"BackupScheduleGroupsGet":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"The name of the schedule group.","in":"path","name":"scheduleGroupName","required":true,"schema":{"type":"string"},"examples":{"BackupScheduleGroupsGet":{"value":"BackupSchGroupForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The backup schedule group.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BackupScheduleGroup"},"examples":{"BackupScheduleGroupsGet":{"$ref":"#/components/examples/BackupScheduleGroupsGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["BackupScheduleGroups"]},"put":{"deprecated":false,"description":"Creates or Updates the backup schedule Group.","operationId":"BackupScheduleGroups_CreateOrUpdate","parameters":[{"description":"The name of the device.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"BackupScheduleGroupsCreateOrUpdate":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"The name of the schedule group.","in":"path","name":"scheduleGroupName","required":true,"schema":{"type":"string"},"examples":{"BackupScheduleGroupsCreateOrUpdate":{"value":"BackupSchGroupForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BackupScheduleGroup"}}},"description":"The schedule group to be created","required":true},"responses":{"200":{"description":"Successfully created or updated the backup schedule group.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BackupScheduleGroup"},"examples":{"BackupScheduleGroupsCreateOrUpdate":{"$ref":"#/components/examples/BackupScheduleGroupsCreateOrUpdate"}}}}},"202":{"description":"Accepted the request to create or update the backup schedule group."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["BackupScheduleGroups"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups":{"get":{"deprecated":false,"description":"Retrieves all the backups in a device. Can be used to get the backups for failover also.","operationId":"Backups_ListByDevice","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"BackupsListByDevice":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"Set to true if you need backups which can be used for failover.","in":"query","name":"forFailover","required":false,"schema":{"type":"boolean"}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"BackupsListByDevice":{"value":"initiatedBy%20eq%20'Manual'"}}}],"responses":{"200":{"description":"The collection of backups.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BackupList"},"examples":{"BackupsListByDevice":{"$ref":"#/components/examples/BackupsListByDevice"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Backups"],"x-ms-odata":"#/components/schemas/BackupFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups/{backupName}":{"delete":{"deprecated":false,"description":"Deletes the backup.","operationId":"Backups_Delete","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"BackupsDelete":{"value":"HSDK-UGU4PITWNI"}}},{"description":"The backup name.","in":"path","name":"backupName","required":true,"schema":{"type":"string"},"examples":{"BackupsDelete":{"value":"315c3461-96ad-41bf-af0b-3a8be5113203"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the backup."},"204":{"description":"Successfully deleted the backup."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Backups"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups/{backupName}/elements/{elementName}/clone":{"post":{"deprecated":false,"description":"Clones the given backup element to a new disk or share with given details.","operationId":"Backups_Clone","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"BackupsClone":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"The backup name.","in":"path","name":"backupName","required":true,"schema":{"type":"string"},"examples":{"BackupsClone":{"value":"58d33025-e837-41cc-b15f-7c85ced64aab"}}},{"description":"The backup element name.","in":"path","name":"elementName","required":true,"schema":{"type":"string"},"examples":{"BackupsClone":{"value":"2304968f-91af-4f59-8b79-31e321eee40e"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloneRequest"}}},"description":"The clone request.","required":true},"responses":{"200":{"description":"Successfully cloned."},"202":{"description":"Accepted the request to clone."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Backups"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/chapSettings":{"get":{"deprecated":false,"description":"Retrieves all the chap settings in a device.","operationId":"ChapSettings_ListByDevice","parameters":[{"description":"The name of the device.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"ChapSettingsListByDevice":{"value":"HSDK-0NZI14MDTF"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of chap settings.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChapSettingsList"},"examples":{"ChapSettingsListByDevice":{"$ref":"#/components/examples/ChapSettingsListByDevice"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["ChapSettings"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/chapSettings/{chapUserName}":{"delete":{"deprecated":false,"description":"Deletes the chap setting.","operationId":"ChapSettings_Delete","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"ChapSettingsDelete":{"value":"HSDK-WSJQERQW3F"}}},{"description":"The chap user name.","in":"path","name":"chapUserName","required":true,"schema":{"type":"string"},"examples":{"ChapSettingsDelete":{"value":"ChapSettingForSDKForDelete"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the chap setting."},"204":{"description":"Successfully deleted the chap setting."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["ChapSettings"],"x-ms-long-running-operation":true},"get":{"deprecated":false,"description":"Returns the properties of the specified chap setting name.","operationId":"ChapSettings_Get","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"ChapSettingsGet":{"value":"HSDK-WSJQERQW3F"}}},{"description":"The user name of chap to be fetched.","in":"path","name":"chapUserName","required":true,"schema":{"type":"string"},"examples":{"ChapSettingsGet":{"value":"ChapSettingForSDK"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The chap setting.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChapSettings"},"examples":{"ChapSettingsGet":{"$ref":"#/components/examples/ChapSettingsGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["ChapSettings"]},"put":{"deprecated":false,"description":"Creates or updates the chap setting.","operationId":"ChapSettings_CreateOrUpdate","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"ChapSettingsCreateOrUpdate":{"value":"HSDK-WSJQERQW3F"}}},{"description":"The chap user name.","in":"path","name":"chapUserName","required":true,"schema":{"type":"string"},"examples":{"ChapSettingsCreateOrUpdate":{"value":"ChapSettingForSDK"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChapSettings"}}},"description":"The chap setting to be added or updated.","required":true},"responses":{"200":{"description":"Successfully created or updated the chap setting.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChapSettings"},"examples":{"ChapSettingsCreateOrUpdate":{"$ref":"#/components/examples/ChapSettingsCreateOrUpdate"}}}}},"202":{"description":"Accepted the request to create or update the chap setting."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["ChapSettings"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/deactivate":{"post":{"deprecated":false,"description":"Deactivates the device.","operationId":"Devices_Deactivate","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesDeactivate":{"value":"SDK-DELETE"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to deactivate the device."},"204":{"description":"Successfully deactivated the device."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/disks":{"get":{"deprecated":false,"description":"Retrieves all the iSCSI disks in a device.","operationId":"IscsiDisks_ListByDevice","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksListByDevice":{"value":"HSDK-0NZI14MDTF"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of iSCSI disks.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ISCSIDiskList"},"examples":{"IscsiDisksListByDevice":{"$ref":"#/components/examples/IscsiDisksListByDevice"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiDisks"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/download":{"post":{"deprecated":false,"description":"Downloads updates on the device.","operationId":"Devices_DownloadUpdates","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesDownloadUpdates":{"value":"sugattdeviceforSDK"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to download updates."},"204":{"description":"Successfully downloaded updates."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/failover":{"post":{"deprecated":false,"description":"Fails over the device to another device.","operationId":"Devices_Failover","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesFailover":{"value":"HSDK-0NZI14MDTF"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailoverRequest"}}},"description":"The failover request.","required":true},"responses":{"202":{"description":"Accepted the request to failover the device."},"204":{"description":"Successfully completed failover of the device."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/failoverTargets":{"get":{"deprecated":false,"description":"Retrieves all the devices which can be used as failover targets for the given device.","operationId":"Devices_ListFailoverTarget","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesListFailoverTarget":{"value":"HSDK-4XY4FI2IVG"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"Specify $expand=details to populate additional fields related to the device.","in":"query","name":"$expand","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"The collection of devices for failover.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceList"},"examples":{"DevicesListFailoverTarget":{"$ref":"#/components/examples/DevicesListFailoverTarget"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers":{"get":{"deprecated":false,"description":"Retrieves all the file servers in a device.","operationId":"FileServers_ListByDevice","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileServersListByDevice":{"value":"HSDK-DMNJB2PET0"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of file servers.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileServerList"},"examples":{"FileServersListByDevice":{"$ref":"#/components/examples/FileServersListByDevice"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileServers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}":{"delete":{"deprecated":false,"description":"Deletes the file server.","operationId":"FileServers_Delete","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileServersDelete":{"value":"HSDK-DMNJB2PET0"}}},{"description":"The file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileServersDelete":{"value":"HSDK-DMNJB2PET0"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the file server."},"204":{"description":"Successfully deleted the file server."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileServers"],"x-ms-long-running-operation":true},"get":{"deprecated":false,"description":"Returns the properties of the specified file server name.","operationId":"FileServers_Get","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileServersGet":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"The file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileServersGet":{"value":"HSDK-4XY4FI2IVG"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The file server.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileServer"},"examples":{"FileServersGet":{"$ref":"#/components/examples/FileServersGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileServers"]},"put":{"deprecated":false,"description":"Creates or updates the file server.","operationId":"FileServers_CreateOrUpdate","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileServersCreateOrUpdate":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"The file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileServersCreateOrUpdate":{"value":"HSDK-4XY4FI2IVG"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileServer"}}},"description":"The file server.","required":true},"responses":{"200":{"description":"Successfully created or updated the file server.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileServer"},"examples":{"FileServersCreateOrUpdate":{"$ref":"#/components/examples/FileServersCreateOrUpdate"}}}}},"202":{"description":"Accepted the request to create or update the file server."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileServers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}/backup":{"post":{"deprecated":false,"description":"Backup the file server now.","operationId":"FileServers_BackupNow","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileServersBackupNow":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"The file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileServersBackupNow":{"value":"HSDK-4XY4FI2IVG"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to backup the file server."},"204":{"description":"Successfully completed backup of the file server."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileServers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}/metrics":{"get":{"deprecated":false,"description":"Gets the file server metrics.","operationId":"FileServers_ListMetrics","parameters":[{"description":"The name of the device.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileServersListMetrics":{"value":"HSDK-DMNJB2PET0"}}},{"description":"The name of the file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileServersListMetrics":{"value":"HSDK-DMNJB2PET0"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"FileServersListMetrics":{"value":"startTime%20ge%20'2018-08-10T18:30:00Z'%20and%20endTime%20le%20'2018-08-11T18:30:00Z'"}}}],"responses":{"200":{"description":"The collection of metrics.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricList"},"examples":{"FileServersListMetrics":{"$ref":"#/components/examples/FileServersListMetrics"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileServers"],"x-ms-odata":"#/components/schemas/MetricFilter","x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}/metricsDefinitions":{"get":{"deprecated":false,"description":"Retrieves metric definitions of all metrics aggregated at the file server.","operationId":"FileServers_ListMetricDefinition","parameters":[{"description":"The name of the device.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileServersListMetricDefinition":{"value":"HSDK-DMNJB2PET0"}}},{"description":"The name of the file server.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileServersListMetricDefinition":{"value":"HSDK-DMNJB2PET0"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of metric definitions.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricDefinitionList"},"examples":{"FileServersListMetricDefinition":{"$ref":"#/components/examples/FileServersListMetricDefinition"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileServers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}/shares":{"get":{"deprecated":false,"description":"Retrieves all the file shares in a file server.","operationId":"FileShares_ListByFileServer","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileSharesListByFileServer":{"value":"HSDK-ARCSX4MVKZ"}}},{"description":"The file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileSharesListByFileServer":{"value":"HSDK-ARCSX4MVKZ"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of file shares.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileShareList"},"examples":{"FileSharesListByFileServer":{"$ref":"#/components/examples/FileSharesListByFileServer"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileShares"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}/shares/{shareName}":{"delete":{"deprecated":false,"description":"Deletes the file share.","operationId":"FileShares_Delete","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileSharesDelete":{"value":"HSDK-DMNJB2PET0"}}},{"description":"The file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileSharesDelete":{"value":"HSDK-DMNJB2PET0"}}},{"description":"The file share Name","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"FileSharesDelete":{"value":"Auto-TestFileShare2"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the file share."},"204":{"description":"Successfully deleted the file share."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileShares"],"x-ms-long-running-operation":true},"get":{"deprecated":false,"description":"Returns the properties of the specified file share name.","operationId":"FileShares_Get","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileSharesGet":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"The file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileSharesGet":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"The file share name.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"FileSharesGet":{"value":"Auto-TestFileShare1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The file share.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileShare"},"examples":{"FileSharesGet":{"$ref":"#/components/examples/FileSharesGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileShares"]},"put":{"deprecated":false,"description":"Creates or updates the file share.","operationId":"FileShares_CreateOrUpdate","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileSharesCreateOrUpdate":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"The file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileSharesCreateOrUpdate":{"value":"HSDK-4XY4FI2IVG"}}},{"description":"The file share name.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"FileSharesCreateOrUpdate":{"value":"Auto-TestFileShare1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileShare"}}},"description":"The file share.","required":true},"responses":{"200":{"description":"Successfully created or updated the file share.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileShare"},"examples":{"FileSharesCreateOrUpdate":{"$ref":"#/components/examples/FileSharesCreateOrUpdate"}}}}},"202":{"description":"Accepted the request to create or update the file share."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileShares"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}/shares/{shareName}/metrics":{"get":{"deprecated":false,"description":"Gets the file share metrics","operationId":"FileShares_ListMetrics","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileSharesListMetrics":{"value":"HSDK-DMNJB2PET0"}}},{"description":"The file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileSharesListMetrics":{"value":"HSDK-DMNJB2PET0"}}},{"description":"The file share name.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"FileSharesListMetrics":{"value":"Auto-TestFileShare2"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"FileSharesListMetrics":{"value":"startTime%20ge%20'2018-08-10T18:30:00Z'%20and%20endTime%20le%20'2018-08-11T18:30:00Z'"}}}],"responses":{"200":{"description":"The collection of metrics.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricList"},"examples":{"FileSharesListMetrics":{"$ref":"#/components/examples/FileSharesListMetrics"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileShares"],"x-ms-odata":"#/components/schemas/MetricFilter","x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}/shares/{shareName}/metricsDefinitions":{"get":{"deprecated":false,"description":"Retrieves metric definitions of all metrics aggregated at the file share.","operationId":"FileShares_ListMetricDefinition","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileSharesListMetricDefinition":{"value":"HSDK-DMNJB2PET0"}}},{"description":"The file server name.","in":"path","name":"fileServerName","required":true,"schema":{"type":"string"},"examples":{"FileSharesListMetricDefinition":{"value":"HSDK-DMNJB2PET0"}}},{"description":"The file share name.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"FileSharesListMetricDefinition":{"value":"Auto-TestFileShare2"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of metric definitions.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricDefinitionList"},"examples":{"FileSharesListMetricDefinition":{"$ref":"#/components/examples/FileSharesListMetricDefinition"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileShares"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/install":{"post":{"deprecated":false,"description":"Installs the updates on the device.","operationId":"Devices_InstallUpdates","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesInstallUpdates":{"value":"sugattdeviceforSDK"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to install updates."},"204":{"description":"Successfully installed updates."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers":{"get":{"deprecated":false,"description":"Retrieves all the iSCSI in a device.","operationId":"IscsiServers_ListByDevice","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersListByDevice":{"value":"HSDK-UGU4PITWNI"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of iSCSI servers.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ISCSIServerList"},"examples":{"IscsiServersListByDevice":{"$ref":"#/components/examples/IscsiServersListByDevice"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiServers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}":{"delete":{"deprecated":false,"description":"Deletes the iSCSI server.","operationId":"IscsiServers_Delete","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersDelete":{"value":"HSDK-UGU4PITWNI"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersDelete":{"value":"HSDK-UGU4PITWNI"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the iSCSI server."},"204":{"description":"Successfully deleted the iSCSI server."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiServers"],"x-ms-long-running-operation":true},"get":{"deprecated":false,"description":"Returns the properties of the specified iSCSI server name.","operationId":"IscsiServers_Get","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersGet":{"value":"HSDK-WSJQERQW3F"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersGet":{"value":"HSDK-WSJQERQW3F"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The iSCSI server.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ISCSIServer"},"examples":{"IscsiServersGet":{"$ref":"#/components/examples/IscsiServersGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiServers"]},"put":{"deprecated":false,"description":"Creates or updates the iSCSI server.","operationId":"IscsiServers_CreateOrUpdate","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersCreateOrUpdate":{"value":"HSDK-WSJQERQW3F"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersCreateOrUpdate":{"value":"HSDK-WSJQERQW3F"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ISCSIServer"}}},"description":"The iSCSI server.","required":true},"responses":{"200":{"description":"Successfully created or updated the iSCSI server.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ISCSIServer"},"examples":{"IscsiServersCreateOrUpdate":{"$ref":"#/components/examples/IscsiServersCreateOrUpdate"}}}}},"202":{"description":"Accepted the request to create or update the iSCSI server."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiServers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}/backup":{"post":{"deprecated":false,"description":"Backup the iSCSI server now.","operationId":"IscsiServers_BackupNow","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersBackupNow":{"value":"HSDK-0NZI14MDTF"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersBackupNow":{"value":"HSDK-0NZI14MDTF"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to backup the iSCSI server."},"204":{"description":"Successfully completed backup of the iSCSI server."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiServers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}/disks":{"get":{"deprecated":false,"description":"Retrieves all the disks in a iSCSI server.","operationId":"IscsiDisks_ListByIscsiServer","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksListByIscsiServer":{"value":"HSDK-0NZI14MDTF"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksListByIscsiServer":{"value":"HSDK-0NZI14MDTF"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of iSCSI disks.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ISCSIDiskList"},"examples":{"IscsiDisksListByIscsiServer":{"$ref":"#/components/examples/IscsiDisksListByIscsiServer"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiDisks"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}/disks/{diskName}":{"delete":{"deprecated":false,"description":"Deletes the iSCSI disk.","operationId":"IscsiDisks_Delete","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksDelete":{"value":"HSDK-UGU4PITWNI"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksDelete":{"value":"HSDK-UGU4PITWNI"}}},{"description":"The disk name.","in":"path","name":"diskName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksDelete":{"value":"ClonedTieredIscsiDiskForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the iSCSI disk."},"204":{"description":"Successfully deleted the iSCSI disk."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiDisks"],"x-ms-long-running-operation":true},"get":{"deprecated":false,"description":"Returns the properties of the specified iSCSI disk name.","operationId":"IscsiDisks_Get","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksGet":{"value":"HSDK-0NZI14MDTF"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksGet":{"value":"HSDK-0NZI14MDTF"}}},{"description":"The disk name.","in":"path","name":"diskName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksGet":{"value":"Auto-TestIscsiDisk1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The iSCSI disk.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ISCSIDisk"},"examples":{"IscsiDisksGet":{"$ref":"#/components/examples/IscsiDisksGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiDisks"]},"put":{"deprecated":false,"description":"Creates or updates the iSCSI disk.","operationId":"IscsiDisks_CreateOrUpdate","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksCreateOrUpdate":{"value":"HSDK-0NZI14MDTF"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksCreateOrUpdate":{"value":"HSDK-0NZI14MDTF"}}},{"description":"The disk name.","in":"path","name":"diskName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksCreateOrUpdate":{"value":"Auto-TestIscsiDisk1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ISCSIDisk"}}},"description":"The iSCSI disk.","required":true},"responses":{"200":{"description":"Successfully created or updated the iSCSI disk.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ISCSIDisk"},"examples":{"IscsiDisksCreateOrUpdate":{"$ref":"#/components/examples/IscsiDisksCreateOrUpdate"}}}}},"202":{"description":"Accepted the request to create or update the iSCSI disk."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiDisks"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}/disks/{diskName}/metrics":{"get":{"deprecated":false,"description":"Gets the iSCSI disk metrics","operationId":"IscsiDisks_ListMetrics","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksListMetrics":{"value":"HSDK-WSJQERQW3F"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksListMetrics":{"value":"HSDK-WSJQERQW3F"}}},{"description":"The iSCSI disk name.","in":"path","name":"diskName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksListMetrics":{"value":"TieredIscsiDiskForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"IscsiDisksListMetrics":{"value":"startTime%20ge%20'2018-08-10T18:30:00Z'%20and%20endTime%20le%20'2018-08-11T18:30:00Z'"}}}],"responses":{"200":{"description":"The collection of metrics.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricList"},"examples":{"IscsiDisksListMetrics":{"$ref":"#/components/examples/IscsiDisksListMetrics"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiDisks"],"x-ms-odata":"#/components/schemas/MetricFilter","x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}/disks/{diskName}/metricsDefinitions":{"get":{"deprecated":false,"description":"Retrieves metric definitions for all metric aggregated at the iSCSI disk.","operationId":"IscsiDisks_ListMetricDefinition","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksListMetricDefinition":{"value":"HSDK-WSJQERQW3F"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksListMetricDefinition":{"value":"HSDK-WSJQERQW3F"}}},{"description":"The iSCSI disk name.","in":"path","name":"diskName","required":true,"schema":{"type":"string"},"examples":{"IscsiDisksListMetricDefinition":{"value":"TieredIscsiDiskForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of metric definitions.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricDefinitionList"},"examples":{"IscsiDisksListMetricDefinition":{"$ref":"#/components/examples/IscsiDisksListMetricDefinition"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiDisks"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}/metrics":{"get":{"deprecated":false,"description":"Gets the iSCSI server metrics","operationId":"IscsiServers_ListMetrics","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersListMetrics":{"value":"HSDK-UGU4PITWNI"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersListMetrics":{"value":"HSDK-UGU4PITWNI"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"IscsiServersListMetrics":{"value":"startTime%20ge%20'2018-08-10T18:30:00Z'%20and%20endTime%20le%20'2018-08-11T18:30:00Z'"}}}],"responses":{"200":{"description":"The collection of metrics.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricList"},"examples":{"IscsiServersListMetrics":{"$ref":"#/components/examples/IscsiServersListMetrics"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiServers"],"x-ms-odata":"#/components/schemas/MetricFilter","x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}/metricsDefinitions":{"get":{"deprecated":false,"description":"Retrieves metric definitions for all metrics aggregated at iSCSI server.","operationId":"IscsiServers_ListMetricDefinition","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersListMetricDefinition":{"value":"HSDK-UGU4PITWNI"}}},{"description":"The iSCSI server name.","in":"path","name":"iscsiServerName","required":true,"schema":{"type":"string"},"examples":{"IscsiServersListMetricDefinition":{"value":"HSDK-UGU4PITWNI"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of metric definitions.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricDefinitionList"},"examples":{"IscsiServersListMetricDefinition":{"$ref":"#/components/examples/IscsiServersListMetricDefinition"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiServers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/jobs":{"get":{"deprecated":false,"description":"Retrieves all the jobs in a device.","operationId":"Jobs_ListByDevice","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"JobsListByDevice":{"value":"HSDK-ARCSX4MVKZ"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"JobsListByDevice":{"value":"jobType%20eq%20'Backup'"}}}],"responses":{"200":{"description":"The collection of jobs.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobList"},"examples":{"JobsListByDevice":{"$ref":"#/components/examples/JobsListByDevice"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Jobs"],"x-ms-odata":"#/components/schemas/JobFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/jobs/{jobName}":{"get":{"deprecated":false,"description":"Returns the properties of the specified job name.","operationId":"Jobs_Get","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"JobsGet":{"value":"HSDK-ARCSX4MVKZ"}}},{"description":"The job name.","in":"path","name":"jobName","required":true,"schema":{"type":"string"},"examples":{"JobsGet":{"value":"06c7ee19-35a2-4248-bf1b-408009b31b63"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The job.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"},"examples":{"JobsGet":{"$ref":"#/components/examples/JobsGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Jobs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/metrics":{"get":{"deprecated":false,"description":"Retrieves the device metrics.","operationId":"Devices_ListMetrics","parameters":[{"description":"The name of the appliance.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesListMetrics":{"value":"HSDK-UGU4PITWNI"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"DevicesListMetrics":{"value":"startTime%20ge%20'2018-08-10T18:30:00Z'%20and%20endTime%20le%20'2018-08-11T18:30:00Z'"}}}],"responses":{"200":{"description":"The collection of metrics.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricList"},"examples":{"DevicesListMetrics":{"$ref":"#/components/examples/DevicesListMetrics"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-odata":"#/components/schemas/MetricFilter","x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/metricsDefinitions":{"get":{"deprecated":false,"description":"Retrieves metric definition of all metrics aggregated at device.","operationId":"Devices_ListMetricDefinition","parameters":[{"description":"The name of the appliance.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesListMetricDefinition":{"value":"HSDK-UGU4PITWNI"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of metric definitions.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricDefinitionList"},"examples":{"DevicesListMetricDefinition":{"$ref":"#/components/examples/DevicesListMetricDefinition"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/networkSettings/default":{"get":{"deprecated":false,"description":"Returns the network settings of the specified device name.","operationId":"Devices_GetNetworkSettings","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesGetNetworkSettings":{"value":"HSDK-T4ZA3EAJFR"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The network settings.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkSettings"},"examples":{"DevicesGetNetworkSettings":{"$ref":"#/components/examples/DevicesGetNetworkSettings"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/scanForUpdates":{"post":{"deprecated":false,"description":"Scans for updates on the device.","operationId":"Devices_ScanForUpdates","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesScanForUpdates":{"value":"HBVT-02X525X2W0"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to scan for updates."},"204":{"description":"Successfully scanned for updates."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/securitySettings/default/update":{"post":{"deprecated":false,"description":"Creates or updates the security settings.","operationId":"Devices_CreateOrUpdateSecuritySettings","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesCreateOrUpdateSecuritySettings":{"value":"HSDK-T4ZA3EAJFR"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecuritySettings"}}},"description":"The security settings.","required":true},"responses":{"202":{"description":"Accepted the request to create or update the security settings."},"204":{"description":"Successfully updated security settings."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/sendTestAlertEmail":{"post":{"deprecated":false,"description":"Sends a test alert email.","operationId":"Alerts_SendTestEmail","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"AlertsSendTestEmail":{"value":"is2-hlmdhdgu1et"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SendTestAlertEmailRequest"}}},"description":"The send test alert email request.","required":true},"responses":{"204":{"description":"Successfully sent the test email."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Alerts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/shares":{"get":{"deprecated":false,"description":"Retrieves all the file shares in a device.","operationId":"FileShares_ListByDevice","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"FileSharesListByDevice":{"value":"HSDK-4XY4FI2IVG"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of file shares.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileShareList"},"examples":{"FileSharesListByDevice":{"$ref":"#/components/examples/FileSharesListByDevice"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileShares"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/timeSettings/default":{"get":{"deprecated":false,"description":"Returns the time settings of the specified device name.","operationId":"Devices_GetTimeSettings","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesGetTimeSettings":{"value":"HSDK-T4ZA3EAJFR"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The time settings.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSettings"},"examples":{"DevicesGetTimeSettings":{"$ref":"#/components/examples/DevicesGetTimeSettings"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/updateSummary/default":{"get":{"deprecated":false,"description":"Returns the update summary of the specified device name.","operationId":"Devices_GetUpdateSummary","parameters":[{"description":"The device name.","in":"path","name":"deviceName","required":true,"schema":{"type":"string"},"examples":{"DevicesGetUpdateSummary":{"value":"HBVT-02X525X2W0"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The update summary.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Updates"},"examples":{"DevicesGetUpdateSummary":{"$ref":"#/components/examples/DevicesGetUpdateSummary"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Devices"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/encryptionSettings/default":{"get":{"deprecated":false,"description":"Returns the encryption settings of the manager.","operationId":"Managers_GetEncryptionSettings","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The encryption settings.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncryptionSettings"},"examples":{"ManagersGetEncryptionSettings":{"$ref":"#/components/examples/ManagersGetEncryptionSettings"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/extendedInformation/vaultExtendedInfo":{"delete":{"deprecated":false,"description":"Deletes the extended info of the manager.","operationId":"Managers_DeleteExtendedInfo","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"204":{"description":"The extended information on the manager has been successfully deleted"},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]},"get":{"deprecated":false,"description":"Returns the extended information of the specified manager name.","operationId":"Managers_GetExtendedInfo","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The manager extended information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagerExtendedInfo"},"examples":{"ManagersGetExtendedInfo":{"$ref":"#/components/examples/ManagersGetExtendedInfo"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]},"patch":{"deprecated":false,"description":"Updates the extended info of the manager.","operationId":"Managers_UpdateExtendedInfo","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"Pass the ETag of ExtendedInfo fetched from GET call","in":"header","name":"If-Match","required":true,"schema":{"type":"string"},"examples":{"ManagersUpdateExtendedInfo":{"value":"6531d5d7-3ced-4f78-83b6-804368f2ca0c"}}}],"requestBody":{"$ref":"#/components/requestBodies/ManagerExtendedInfo"},"responses":{"200":{"description":"The extended information on the manager has been successfully created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagerExtendedInfo"},"examples":{"ManagersUpdateExtendedInfo":{"$ref":"#/components/examples/ManagersUpdateExtendedInfo"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]},"put":{"deprecated":false,"description":"Creates the extended info of the manager.","operationId":"Managers_CreateExtendedInfo","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/ManagerExtendedInfo"},"responses":{"200":{"description":"The extended information on the manager has been successfully created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagerExtendedInfo"},"examples":{"ManagersCreateExtendedInfo":{"$ref":"#/components/examples/ManagersCreateExtendedInfo"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/fileservers":{"get":{"deprecated":false,"description":"Retrieves all the file servers in a manager.","operationId":"FileServers_ListByManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of file servers.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileServerList"},"examples":{"FileServersListByManager":{"$ref":"#/components/examples/FileServersListByManager"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["FileServers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/getEncryptionKey":{"post":{"deprecated":false,"description":"Returns the symmetric encryption key of the manager.","operationId":"Managers_GetEncryptionKey","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The encryption key.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SymmetricEncryptedSecret"},"examples":{"ManagersGetEncryptionKey":{"$ref":"#/components/examples/ManagersGetEncryptionKey"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/iscsiservers":{"get":{"deprecated":false,"description":"Retrieves all the iSCSI servers in a manager.","operationId":"IscsiServers_ListByManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of iSCSI servers.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ISCSIServerList"},"examples":{"IscsiServersListByManager":{"$ref":"#/components/examples/IscsiServersListByManager"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["IscsiServers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/jobs":{"get":{"deprecated":false,"description":"Retrieves all the jobs in a manager.","operationId":"Jobs_ListByManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"JobsListByManager":{"value":"jobType%20eq%20'Backup'"}}}],"responses":{"200":{"description":"The collection of jobs.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobList"},"examples":{"JobsListByManager":{"$ref":"#/components/examples/JobsListByManager"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Jobs"],"x-ms-odata":"#/components/schemas/JobFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/metrics":{"get":{"deprecated":false,"description":"Gets the  manager metrics","operationId":"Managers_ListMetrics","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"ManagersListMetrics":{"value":"startTime%20ge%20'2018-08-04T18:30:00Z'%20and%20endTime%20le%20'2018-08-11T18:30:00Z'"}}}],"responses":{"200":{"description":"The collection of metrics.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricList"},"examples":{"ManagersListMetrics":{"$ref":"#/components/examples/ManagersListMetrics"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"],"x-ms-odata":"#/components/schemas/MetricFilter","x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/metricsDefinitions":{"get":{"deprecated":false,"description":"Retrieves metric definition of all metrics aggregated at manager.","operationId":"Managers_ListMetricDefinition","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of metric definitions.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricDefinitionList"},"examples":{"ManagersListMetricDefinition":{"$ref":"#/components/examples/ManagersListMetricDefinition"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Managers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageAccountCredentials":{"get":{"deprecated":false,"description":"Retrieves all the storage account credentials in a manager.","operationId":"StorageAccountCredentials_ListByManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of storage account credentials.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountCredentialList"},"examples":{"StorageAccountCredentialsListByManager":{"$ref":"#/components/examples/StorageAccountCredentialsListByManager"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["StorageAccountCredentials"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageAccountCredentials/{credentialName}":{"delete":{"deprecated":false,"description":"Deletes the storage account credential","operationId":"StorageAccountCredentials_Delete","parameters":[{"description":"The name of the storage account credential.","in":"path","name":"credentialName","required":true,"schema":{"type":"string"},"examples":{"StorageAccountCredentialsDelete":{"value":"DummySacForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the storage account credential."},"204":{"description":"Successfully deleted the storage account credential."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["StorageAccountCredentials"],"x-ms-long-running-operation":true},"get":{"deprecated":false,"description":"Returns the properties of the specified storage account credential name.","operationId":"StorageAccountCredentials_Get","parameters":[{"description":"The name of storage account credential to be fetched.","in":"path","name":"credentialName","required":true,"schema":{"type":"string"},"examples":{"StorageAccountCredentialsGet":{"value":"SacForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The storage account credential.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountCredential"},"examples":{"StorageAccountCredentialsGet":{"$ref":"#/components/examples/StorageAccountCredentialsGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["StorageAccountCredentials"]},"put":{"deprecated":false,"description":"Creates or updates the storage account credential","operationId":"StorageAccountCredentials_CreateOrUpdate","parameters":[{"description":"The credential name.","in":"path","name":"credentialName","required":true,"schema":{"type":"string"},"examples":{"StorageAccountCredentialsCreateOrUpdate":{"value":"DummySacForSDKTest"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountCredential"}}},"description":"The storage account credential to be added or updated.","required":true},"responses":{"200":{"description":"Successfully created or updated the storage account credential.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountCredential"},"examples":{"StorageAccountCredentialsCreateOrUpdate":{"$ref":"#/components/examples/StorageAccountCredentialsCreateOrUpdate"}}}}},"202":{"description":"Accepted the request to create or update the storage account credential."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["StorageAccountCredentials"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageDomains":{"get":{"deprecated":false,"description":"Retrieves all the storage domains in a manager.","operationId":"StorageDomains_ListByManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The collection of storage domains.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageDomainList"},"examples":{"StorageDomainsListByManager":{"$ref":"#/components/examples/StorageDomainsListByManager"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["StorageDomains"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageDomains/{storageDomainName}":{"delete":{"deprecated":false,"description":"Deletes the storage domain.","operationId":"StorageDomains_Delete","parameters":[{"description":"The storage domain name.","in":"path","name":"storageDomainName","required":true,"schema":{"type":"string"},"examples":{"StorageDomainsDelete":{"value":"sd-fs-HSDK-4XY4FI2IVG"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted the request to delete the storage domain."},"204":{"description":"Successfully deleted the storage domain."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["StorageDomains"],"x-ms-long-running-operation":true},"get":{"deprecated":false,"description":"Returns the properties of the specified storage domain name.","operationId":"StorageDomains_Get","parameters":[{"description":"The storage domain name.","in":"path","name":"storageDomainName","required":true,"schema":{"type":"string"},"examples":{"StorageDomainsGet":{"value":"sd-fs-HSDK-4XY4FI2IVG"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The storage domain.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageDomain"},"examples":{"StorageDomainsGet":{"$ref":"#/components/examples/StorageDomainsGet"}}}}},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["StorageDomains"]},"put":{"deprecated":false,"description":"Creates or updates the storage domain.","operationId":"StorageDomains_CreateOrUpdate","parameters":[{"description":"The storage domain name.","in":"path","name":"storageDomainName","required":true,"schema":{"type":"string"},"examples":{"StorageDomainsCreateOrUpdate":{"value":"sd-fs-HSDK-4XY4FI2IVG"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/managerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageDomain"}}},"description":"The storageDomain.","required":true},"responses":{"200":{"description":"Successfully created or updated the storage domain.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageDomain"},"examples":{"StorageDomainsCreateOrUpdate":{"$ref":"#/components/examples/StorageDomainsCreateOrUpdate"}}}}},"202":{"description":"Accepted the request to create or update the storage domain."},"default":{"description":"Default Response. It will be deserialized as per the Error definition specified in the schema. Exception will be thrown.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["StorageDomains"],"x-ms-long-running-operation":true}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"OperationsList":{"value":{"value":[{"display":{"description":"The Update Resource Certificate operation updates the resource/vault credential certificate.","operation":"Update Resource Certificate","provider":"Microsoft.StorSimple","resource":"Managers"},"name":"Microsoft.StorSimple/Managers/certificates/write","origin":"user"},{"display":{"description":"Lists or gets the Update Summary","operation":"List Update Summary","provider":"Microsoft StorSimple Device Manager","resource":"Update Summary"},"name":"Microsoft.StorSimple/managers/devices/updateSummary/read","origin":"user"},{"display":{"description":"Scan for updates in a device.","operation":"Scan Updates","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/scanForUpdates/action","origin":"user"},{"display":{"description":"Dowload updates for a device.","operation":"Download Device Updates","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/download/action","origin":"user"},{"display":{"description":"Install updates on a device.","operation":"Install Updates (1200 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/install/action","origin":"user"},{"display":{"description":"Lists or gets the Time Settings","operation":"List Time Settings","provider":"Microsoft StorSimple Device Manager","resource":"Time Settings"},"name":"Microsoft.StorSimple/managers/devices/timeSettings/read","origin":"user"},{"display":{"description":"Lists or gets the Alert Settings","operation":"List Alert Settings","provider":"Microsoft StorSimple Device Manager","resource":"Alert Settings"},"name":"Microsoft.StorSimple/managers/devices/alertSettings/read","origin":"user"},{"display":{"description":"Lists or gets the Network Settings","operation":"List Network Settings","provider":"Microsoft StorSimple Device Manager","resource":"Network Settings"},"name":"Microsoft.StorSimple/managers/devices/networkSettings/read","origin":"user"},{"display":{"description":"Create or update the Alert Settings","operation":"Create or Update Alert Settings","provider":"Microsoft StorSimple Device Manager","resource":"Alert Settings"},"name":"Microsoft.StorSimple/managers/devices/alertSettings/write","origin":"user"},{"display":{"description":"Update the security settings.","operation":"Update (1200 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Security Settings"},"name":"Microsoft.StorSimple/managers/devices/securitySettings/update/action","origin":"user"},{"display":{"description":"Lists or gets the Devices","operation":"List Devices","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/read","origin":"user"},{"display":{"description":"Create or update the Devices","operation":"Create or Update Devices","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/write","origin":"user"},{"display":{"description":"Deletes the Devices","operation":"Delete Devices","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/delete","origin":"user"},{"display":{"description":"Deactivates a device.","operation":"Deactivate Device","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/deactivate/action","origin":"user"},{"display":{"description":"Publish support package of a device for Microsoft Support troubleshooting.","operation":"Publish Support Package","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/publishSupportPackage/action","origin":"user"},{"display":{"description":"Lists or gets the Metrics Definitions","operation":"List Metrics Definitions","provider":"Microsoft StorSimple Device Manager","resource":"Metrics Definitions"},"name":"Microsoft.StorSimple/managers/devices/metricsDefinitions/read","origin":"user"},{"display":{"description":"Lists or gets the Metrics","operation":"List Metrics","provider":"Microsoft StorSimple Device Manager","resource":"Metrics"},"name":"Microsoft.StorSimple/managers/devices/metrics/read","origin":"user"},{"display":{"description":"Failover of the device.","operation":"Failover Device","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/failover/action","origin":"user"},{"display":{"description":"Create or update the Shares","operation":"Create or Update Shares","provider":"Microsoft StorSimple Device Manager","resource":"Shares (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/fileservers/shares/write","origin":"user"},{"display":{"description":"Lists or gets the Shares","operation":"List Shares","provider":"Microsoft StorSimple Device Manager","resource":"Shares (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/fileservers/shares/read","origin":"user"},{"display":{"description":"Deletes the Shares","operation":"Delete Shares","provider":"Microsoft StorSimple Device Manager","resource":"Shares (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/fileservers/shares/delete","origin":"user"},{"display":{"description":"Lists or gets the Metrics Definitions","operation":"List Metrics Definitions","provider":"Microsoft StorSimple Device Manager","resource":"Metrics Definitions"},"name":"Microsoft.StorSimple/managers/devices/fileservers/shares/metricsDefinitions/read","origin":"user"},{"display":{"description":"Lists or gets the Metrics","operation":"List Metrics","provider":"Microsoft StorSimple Device Manager","resource":"Metrics"},"name":"Microsoft.StorSimple/managers/devices/fileservers/shares/metrics/read","origin":"user"},{"display":{"description":"Lists or gets the Disks","operation":"List Disks","provider":"Microsoft StorSimple Device Manager","resource":"Disks (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/disks/read","origin":"user"},{"display":{"description":"Create or update the Disks","operation":"Create or Update Disks","provider":"Microsoft StorSimple Device Manager","resource":"Disks (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/disks/write","origin":"user"},{"display":{"description":"Deletes the Disks","operation":"Delete Disks","provider":"Microsoft StorSimple Device Manager","resource":"Disks (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/disks/delete","origin":"user"},{"display":{"description":"Lists or gets the Metrics Definitions","operation":"List Metrics Definitions","provider":"Microsoft StorSimple Device Manager","resource":"Metrics Definitions"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/disks/metricsDefinitions/read","origin":"user"},{"display":{"description":"Lists or gets the Metrics","operation":"List Metrics","provider":"Microsoft StorSimple Device Manager","resource":"Metrics"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/disks/metrics/read","origin":"user"},{"display":{"description":"Lists or gets the iSCSI Servers","operation":"List iSCSI Servers","provider":"Microsoft StorSimple Device Manager","resource":"iSCSI Servers (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/read","origin":"user"},{"display":{"description":"Create or update the iSCSI Servers","operation":"Create or Update iSCSI Servers","provider":"Microsoft StorSimple Device Manager","resource":"iSCSI Servers (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/write","origin":"user"},{"display":{"description":"Deletes the iSCSI Servers","operation":"Delete iSCSI Servers","provider":"Microsoft StorSimple Device Manager","resource":"iSCSI Servers (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/delete","origin":"user"},{"display":{"description":"Take backup of an iSCSI server.","operation":"Take Backup","provider":"Microsoft StorSimple Device Manager","resource":"iSCSI Servers (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/backup/action","origin":"user"},{"display":{"description":"Lists or gets the Metrics Definitions","operation":"List Metrics Definitions","provider":"Microsoft StorSimple Device Manager","resource":"Metrics Definitions"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/metricsDefinitions/read","origin":"user"},{"display":{"description":"Lists or gets the Metrics","operation":"List Metrics","provider":"Microsoft StorSimple Device Manager","resource":"Metrics"},"name":"Microsoft.StorSimple/managers/devices/iscsiservers/metrics/read","origin":"user"},{"display":{"description":"Lists or gets the Backup Schedule Groups","operation":"List Backup Schedule Groups","provider":"Microsoft StorSimple Device Manager","resource":"Backup Schedule Groups (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/backupScheduleGroups/read","origin":"user"},{"display":{"description":"Create or update the Backup Schedule Groups","operation":"Create or Update Backup Schedule Groups","provider":"Microsoft StorSimple Device Manager","resource":"Backup Schedule Groups (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/backupScheduleGroups/write","origin":"user"},{"display":{"description":"Deletes the Backup Schedule Groups","operation":"Delete Backup Schedule Groups","provider":"Microsoft StorSimple Device Manager","resource":"Backup Schedule Groups (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/backupScheduleGroups/delete","origin":"user"},{"display":{"description":"Lists or gets the Alerts","operation":"List Alerts","provider":"Microsoft StorSimple Device Manager","resource":"Alerts"},"name":"Microsoft.StorSimple/managers/alerts/read","origin":"user"},{"display":{"description":"Clear all the alerts associated with the device manager.","operation":"Clears All Alerts","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/clearAlerts/action","origin":"user"},{"display":{"description":"Send test alert email to configured email recipients.","operation":"Send Test Alert Email","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/sendTestAlertEmail/action","origin":"user"},{"display":{"description":"Create or update the Storage Account Credentials","operation":"Create or Update Storage Account Credentials","provider":"Microsoft StorSimple Device Manager","resource":"Storage Account Credentials"},"name":"Microsoft.StorSimple/managers/storageAccountCredentials/write","origin":"user"},{"display":{"description":"Lists or gets the Storage Account Credentials","operation":"List Storage Account Credentials","provider":"Microsoft StorSimple Device Manager","resource":"Storage Account Credentials"},"name":"Microsoft.StorSimple/managers/storageAccountCredentials/read","origin":"user"},{"display":{"description":"Deletes the Storage Account Credentials","operation":"Delete Storage Account Credentials","provider":"Microsoft StorSimple Device Manager","resource":"Storage Account Credentials"},"name":"Microsoft.StorSimple/managers/storageAccountCredentials/delete","origin":"user"},{"display":{"description":"Get activation key for the device manager.","operation":"Get Activation Key","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/getActivationKey/action","origin":"user"},{"display":{"description":"Regenerate activation key for the device manager.","operation":"Regenerate Activation Key","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/regenerateActivationKey/action","origin":"user"},{"display":{"description":"Regenerate registration certificate for the device managers.","operation":"Regenerate Registration Certificate","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/regenarateRegistationCertificate/action","origin":"user"},{"display":{"description":"Lists or gets the Encryption Settings","operation":"List Encryption Settings","provider":"Microsoft StorSimple Device Manager","resource":"Encryption Settings"},"name":"Microsoft.StorSimple/managers/encryptionSettings/read","origin":"user"},{"display":{"description":"Get encryption key for the device manager.","operation":"Get Encryption Key","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/getEncryptionKey/action","origin":"user"},{"display":{"description":"Lists or gets the Device Managers","operation":"List Device Managers","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/read","origin":"user"},{"display":{"description":"Deletes the Device Managers","operation":"Delete Device Managers","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/delete","origin":"user"},{"display":{"description":"Create or update the Device Managers","operation":"Create or Update Device Managers","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/write","origin":"user"},{"display":{"description":"Lists or gets the Metrics Definitions","operation":"List Metrics Definitions","provider":"Microsoft StorSimple Device Manager","resource":"Metrics Definitions"},"name":"Microsoft.StorSimple/managers/metricsDefinitions/read","origin":"user"},{"display":{"description":"Lists or gets the Metrics","operation":"List Metrics","provider":"Microsoft StorSimple Device Manager","resource":"Metrics"},"name":"Microsoft.StorSimple/managers/metrics/read","origin":"user"},{"display":{"description":"Create or update the Chap Settings","operation":"Create or Update Chap Settings","provider":"Microsoft StorSimple Device Manager","resource":"Chap Settings (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/chapSettings/write","origin":"user"},{"display":{"description":"Lists or gets the Chap Settings","operation":"List Chap Settings","provider":"Microsoft StorSimple Device Manager","resource":"Chap Settings (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/chapSettings/read","origin":"user"},{"display":{"description":"Deletes the Chap Settings","operation":"Delete Chap Settings","provider":"Microsoft StorSimple Device Manager","resource":"Chap Settings (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/chapSettings/delete","origin":"user"},{"display":{"description":"Lists or gets the Backup Set","operation":"List Backup Set","provider":"Microsoft StorSimple Device Manager","resource":"Backup Set"},"name":"Microsoft.StorSimple/managers/devices/backups/read","origin":"user"},{"display":{"description":"Deletes the Backup Set","operation":"Delete Backup Set","provider":"Microsoft StorSimple Device Manager","resource":"Backup Set"},"name":"Microsoft.StorSimple/managers/devices/backups/delete","origin":"user"},{"display":{"description":"Clone a share or volume using a backup element.","operation":"Clone","provider":"Microsoft StorSimple Device Manager","resource":"Backup Elements (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/backups/elements/clone/action","origin":"user"},{"display":{"description":"Lists or gets the Storage Domains","operation":"List Storage Domains","provider":"Microsoft StorSimple Device Manager","resource":"Storage Domains (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/storageDomains/read","origin":"user"},{"display":{"description":"Create or update the Storage Domains","operation":"Create or Update Storage Domains","provider":"Microsoft StorSimple Device Manager","resource":"Storage Domains (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/storageDomains/write","origin":"user"},{"display":{"description":"Deletes the Storage Domains","operation":"Delete Storage Domains","provider":"Microsoft StorSimple Device Manager","resource":"Storage Domains (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/storageDomains/delete","origin":"user"},{"display":{"description":"Lists or gets the Jobs","operation":"List Jobs","provider":"Microsoft StorSimple Device Manager","resource":"Jobs"},"name":"Microsoft.StorSimple/managers/devices/jobs/read","origin":"user"},{"display":{"description":"Lists or gets the Access Control Records","operation":"List Access Control Records","provider":"Microsoft StorSimple Device Manager","resource":"Access Control Records"},"name":"Microsoft.StorSimple/managers/accessControlRecords/read","origin":"user"},{"display":{"description":"Create or update the Access Control Records","operation":"Create or Update Access Control Records","provider":"Microsoft StorSimple Device Manager","resource":"Access Control Records"},"name":"Microsoft.StorSimple/managers/accessControlRecords/write","origin":"user"},{"display":{"description":"Deletes the Access Control Records","operation":"Delete Access Control Records","provider":"Microsoft StorSimple Device Manager","resource":"Access Control Records"},"name":"Microsoft.StorSimple/managers/accessControlRecords/delete","origin":"user"},{"display":{"description":"Lists or gets the File Servers","operation":"List File Servers","provider":"Microsoft StorSimple Device Manager","resource":"File Servers (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/fileservers/read","origin":"user"},{"display":{"description":"Create or update the File Servers","operation":"Create or Update File Servers","provider":"Microsoft StorSimple Device Manager","resource":"File Servers (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/fileservers/write","origin":"user"},{"display":{"description":"Deletes the File Servers","operation":"Delete File Servers","provider":"Microsoft StorSimple Device Manager","resource":"File Servers (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/fileservers/delete","origin":"user"},{"display":{"description":"Take backup of an File Server.","operation":"Take Backup","provider":"Microsoft StorSimple Device Manager","resource":"File Servers (1200 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/fileservers/backup/action","origin":"user"},{"display":{"description":"Lists or gets the Metrics Definitions","operation":"List Metrics Definitions","provider":"Microsoft StorSimple Device Manager","resource":"Metrics Definitions"},"name":"Microsoft.StorSimple/managers/devices/fileservers/metricsDefinitions/read","origin":"user"},{"display":{"description":"Lists or gets the Metrics","operation":"List Metrics","provider":"Microsoft StorSimple Device Manager","resource":"Metrics"},"name":"Microsoft.StorSimple/managers/devices/fileservers/metrics/read","origin":"user"},{"display":{"description":"Creates a new or updates Time Settings","operation":"Creates or Updates Time Settings","provider":"Microsoft StorSimple Device Manager","resource":"Time Settings"},"name":"Microsoft.StorSimple/managers/devices/timeSettings/write","origin":"user"},{"display":{"description":"Creates a new or updates Network Settings","operation":"Creates or Updates Network Settings","provider":"Microsoft StorSimple Device Manager","resource":"Network Settings"},"name":"Microsoft.StorSimple/managers/devices/networkSettings/write","origin":"user"},{"display":{"description":"List the Security Settings","operation":"List Security Settings","provider":"Microsoft StorSimple Device Manager","resource":"Security Settings"},"name":"Microsoft.StorSimple/managers/devices/securitySettings/read","origin":"user"},{"display":{"description":"Synchronize the remote management certificate for a device.","operation":"Synchronize Remote Management Certificate (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Security Settings"},"name":"Microsoft.StorSimple/managers/devices/securitySettings/syncRemoteManagementCertificate/action","origin":"user"},{"display":{"description":"Creates a new or updates Security Settings","operation":"Creates or Updates Security Settings","provider":"Microsoft StorSimple Device Manager","resource":"Security Settings"},"name":"Microsoft.StorSimple/managers/devices/securitySettings/write","origin":"user"},{"display":{"description":"Configures a device","operation":"Configure Device","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/configureDevice/action","origin":"user"},{"display":{"description":"Installs updates on the devices","operation":"Install Updates (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/installUpdates/action","origin":"user"},{"display":{"description":"List the failover sets for an existing device.","operation":"List Failover Sets","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/listFailoverSets/action","origin":"user"},{"display":{"description":"List failover targets of the devices","operation":"List Failover Targets","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/listFailoverTargets/action","origin":"user"},{"display":{"description":"Gets the activation key of the StorSimple Device Manager.","operation":"Gets Activation Key","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/listActivationKey/action","origin":"user"},{"display":{"description":"List public encryption keys of a StorSimple Device Manager.","operation":"List Public Encryption Key","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/listPublicEncryptionKey/action","origin":"user"},{"display":{"description":"List public encryption key of the device manager","operation":"List Public Encryption Key","provider":"Microsoft StorSimple Device Manager","resource":"Devices"},"name":"Microsoft.StorSimple/managers/devices/publicEncryptionKey/action","origin":"user"},{"display":{"description":"Gets private encryption key for a StorSimple Device Manager.","operation":"List Private Encryption Key","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/listPrivateEncryptionKey/action","origin":"user"},{"display":{"description":"List access keys of Storage Account Credentials","operation":"List Access Keys","provider":"Microsoft StorSimple Device Manager","resource":"Storage Account Credentials"},"name":"Microsoft.StorSimple/managers/storageAccountCredentials/listAccessKey/action","origin":"user"},{"display":{"description":"Cancel a running job","operation":"Cancel Job","provider":"Microsoft StorSimple Device Manager","resource":"Jobs"},"name":"Microsoft.StorSimple/managers/devices/jobs/cancel/action","origin":"user"},{"display":{"description":"Creates a new or updates Volume Containers (8000 Series Only)","operation":"Creates or Updates Volume Containers (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Volume Containers (8000 Series Only) (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/write","origin":"user"},{"display":{"description":"List the Volume Containers (8000 Series Only)","operation":"List Volume Containers (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Volume Containers (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/read","origin":"user"},{"display":{"description":"Deletes an existing Volume Containers (8000 Series Only)","operation":"Deletes Volume Containers (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Volume Containers (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/delete","origin":"user"},{"display":{"description":"List encryption keys of Volume Containers","operation":"List Encryption Keys","provider":"Microsoft StorSimple Device Manager","resource":"Volume Containers (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/listEncryptionKeys/action","origin":"user"},{"display":{"description":"Rollover encryption keys of Volume Containers","operation":"Rollover Encryption Keys","provider":"Microsoft StorSimple Device Manager","resource":"Volume Containers (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/rolloverEncryptionKey/action","origin":"user"},{"display":{"description":"List the Metrics Definitions","operation":"List Metrics Definitions","provider":"Microsoft StorSimple Device Manager","resource":"Metrics Definitions"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/metricsDefinitions/read","origin":"user"},{"display":{"description":"List the Metrics","operation":"List Metrics","provider":"Microsoft StorSimple Device Manager","resource":"Metrics"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/metrics/read","origin":"user"},{"display":{"description":"List the Volumes","operation":"List Volumes","provider":"Microsoft StorSimple Device Manager","resource":"Volumes (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/volumes/read","origin":"user"},{"display":{"description":"Creates a new or updates Volumes","operation":"Creates or Updates Volumes","provider":"Microsoft StorSimple Device Manager","resource":"Volumes"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/volumes/write","origin":"user"},{"display":{"description":"Deletes an existing Volumes","operation":"Deletes Volumes","provider":"Microsoft StorSimple Device Manager","resource":"Volumes"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/volumes/delete","origin":"user"},{"display":{"description":"List the Metrics Definitions","operation":"List Metrics Definitions","provider":"Microsoft StorSimple Device Manager","resource":"Metrics Definitions"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/volumes/metricsDefinitions/read","origin":"user"},{"display":{"description":"List the Metrics","operation":"List Metrics","provider":"Microsoft StorSimple Device Manager","resource":"Metrics"},"name":"Microsoft.StorSimple/managers/devices/volumeContainers/volumes/metrics/read","origin":"user"},{"display":{"description":"List the Hardware Component Groups","operation":"List Hardware Component Groups","provider":"Microsoft StorSimple Device Manager","resource":"Hardware Component Groups (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/hardwareComponentGroups/read","origin":"user"},{"display":{"description":"Change controller power state of hardware component groups","operation":"Change controller power state of hardware component groups","provider":"Microsoft StorSimple Device Manager","resource":"Hardware Component Groups"},"name":"Microsoft.StorSimple/managers/devices/hardwareComponentGroups/changeControllerPowerState/action","origin":"user"},{"display":{"description":"List the Bandwidth Settings (8000 Series Only)","operation":"List Bandwidth Settings (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Bandwidth Settings (8000 Series Only) (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/bandwidthSettings/read","origin":"user"},{"display":{"description":"Creates a new or updates Bandwidth Settings (8000 Series Only)","operation":"Creates or Updates Bandwidth Settings (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Bandwidth Settings (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/bandwidthSettings/write","origin":"user"},{"display":{"description":"Deletes an existing Bandwidth Settings (8000 Series Only)","operation":"Deletes Bandwidth Settings (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Bandwidth Settings (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/bandwidthSettings/delete","origin":"user"},{"display":{"description":"Restore all the volumes from a backup set.","operation":"Restore from Backup Set","provider":"Microsoft StorSimple Device Manager","resource":"Backup Set"},"name":"Microsoft.StorSimple/managers/devices/backups/restore/action","origin":"user"},{"display":{"description":"Creates a new or updates Schedules","operation":"Creates or Updates Schedules","provider":"Microsoft StorSimple Device Manager","resource":"Schedules (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/backupPolicies/schedules/write","origin":"user"},{"display":{"description":"List the Schedules","operation":"List Schedules","provider":"Microsoft StorSimple Device Manager","resource":"Schedules"},"name":"Microsoft.StorSimple/managers/devices/backupPolicies/schedules/read","origin":"user"},{"display":{"description":"Deletes an existing Schedules","operation":"Deletes Schedules","provider":"Microsoft StorSimple Device Manager","resource":"Schedules"},"name":"Microsoft.StorSimple/managers/devices/backupPolicies/schedules/delete","origin":"user"},{"display":{"description":"Creates a new or updates Backup Polices (8000 Series Only)","operation":"Creates or Updates Backup Polices (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Backup Polices (8000 Series Only) (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/backupPolicies/write","origin":"user"},{"display":{"description":"List the Backup Polices (8000 Series Only)","operation":"List Backup Polices (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Backup Polices (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/backupPolicies/read","origin":"user"},{"display":{"description":"Deletes an existing Backup Polices (8000 Series Only)","operation":"Deletes Backup Polices (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Backup Polices (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/backupPolicies/delete","origin":"user"},{"display":{"description":"Take a manual backup to create an on-demand backup of all the volumes protected by the policy.","operation":"Take Backup","provider":"Microsoft StorSimple Device Manager","resource":"Backup Polices (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/backupPolicies/backup/action","origin":"user"},{"display":{"description":"Import source configurations for migration","operation":"Import Source Configurations","provider":"Microsoft StorSimple Device Manager","resource":"Migration Source Configurations (8000 Series Only) (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/import/action","origin":"user"},{"display":{"description":"Start a job to estimate the duration of the migration process.","operation":"Start Migration Estimate","provider":"Microsoft StorSimple Device Manager","resource":"Migration Source Configurations (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/startMigrationEstimate/action","origin":"user"},{"display":{"description":"Start migration using source configurations","operation":"Start Migration","provider":"Microsoft StorSimple Device Manager","resource":"Migration Source Configurations (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/startMigration/action","origin":"user"},{"display":{"description":"Confirms a successful migration and commit it.","operation":"Confirm Migration","provider":"Microsoft StorSimple Device Manager","resource":"Migration Source Configurations (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/confirmMigration/action","origin":"user"},{"display":{"description":"Fetch the status for the migration estimation job.","operation":"Fetch Migration Estimate","provider":"Microsoft StorSimple Device Manager","resource":"Migration Source Configurations (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/fetchMigrationEstimate/action","origin":"user"},{"display":{"description":"Fetch the status for the migration.","operation":"Fetch Migration Status","provider":"Microsoft StorSimple Device Manager","resource":"Migration Source Configurations (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/fetchMigrationStatus/action","origin":"user"},{"display":{"description":"Fetch the confirm status of migration.","operation":"Fetch Migration Confirm Status","provider":"Microsoft StorSimple Device Manager","resource":"Migration Source Configurations (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/fetchConfirmMigrationStatus/action","origin":"user"},{"display":{"description":"Create a new cloud appliance.","operation":"Create Cloud Appliance (8000 Series Only)","provider":"Microsoft StorSimple Device Manager","resource":"Device Managers"},"name":"Microsoft.StorSimple/managers/provisionCloudAppliance/action","origin":"user"},{"display":{"description":"List the Cloud Appliance Supported Configurations","operation":"List Cloud Appliance Supported Configurations","provider":"Microsoft StorSimple Device Manager","resource":"Cloud Appliance Supported Configurations (8000 Series Only)"},"name":"Microsoft.StorSimple/managers/cloudApplianceConfigurations/read","origin":"user"},{"display":{"description":"Create Vault operation creates an Azure resource of type 'vault'","operation":"Create Vault","provider":"Microsoft.StorSimple","resource":"Managers"},"name":"Microsoft.StorSimple/Managers/write","origin":"user"},{"display":{"description":"The Get Vault operation gets an object representing the Azure resource of type 'vault'","operation":"Get Vault","provider":"Microsoft.StorSimple","resource":"Managers"},"name":"Microsoft.StorSimple/Managers/read","origin":"user"},{"display":{"description":"The Delete Vault operation deletes the specified Azure resource of type 'vault'","operation":"Delete Vault","provider":"Microsoft.StorSimple","resource":"Managers"},"name":"Microsoft.StorSimple/Managers/delete","origin":"user"},{"display":{"description":"The Get Extended Info operation gets an object's Extended Info representing the Azure resource of type ?vault?","operation":"Get Extended Info","provider":"Microsoft.StorSimple","resource":"Managers"},"name":"Microsoft.StorSimple/Managers/extendedInformation/read","origin":"user"},{"display":{"description":"The Get Extended Info operation gets an object's Extended Info representing the Azure resource of type ?vault?","operation":"Get Extended Info","provider":"Microsoft.StorSimple","resource":"Managers"},"name":"Microsoft.StorSimple/Managers/extendedInformation/write","origin":"user"},{"display":{"description":"The Get Extended Info operation gets an object's Extended Info representing the Azure resource of type ?vault?","operation":"Get Extended Info","provider":"Microsoft.StorSimple","resource":"Managers"},"name":"Microsoft.StorSimple/Managers/extendedInformation/delete","origin":"user"}]}},"ManagersList":{"value":{"value":[{"etag":"W/\"datetime'2017-03-22T09%3A58%3A03.0020106Z'\"","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/GroupForArmAutomation/providers/Microsoft.StorSimple/Managers/AuTo1117160133591","location":"westus","name":"AuTo1117160133591","properties":{"cisIntrinsicSettings":{"type":"HelsinkiV1"},"provisioningState":"Succeeded","sku":{"name":"Standard"}},"type":"Microsoft.StorSimple/Managers"},{"etag":"W/\"datetime'2018-02-27T12%3A56%3A02.0580397Z'\"","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/GroupForArmAutomation/providers/Microsoft.StorSimple/Managers/GAuTosumanths-pc10227181824221","location":"westus","name":"GAuTosumanths-pc10227181824221","properties":{"cisIntrinsicSettings":{"type":"GardaV1"},"provisioningState":"Succeeded","sku":{"name":"Standard"}},"type":"Microsoft.StorSimple/Managers"}]}},"ManagersListByResourceGroup":{"value":{"value":[{"etag":"W/\"datetime'2018-08-12T15%3A10%3A35.3685957Z'\"","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/Managers/hManagerForSDKTest","location":"westus","name":"hManagerForSDKTest","properties":{"cisIntrinsicSettings":{"type":"HelsinkiV1"},"provisioningState":"Succeeded","sku":{"name":"Standard"}},"tags":{"TagName":"Demo manager for SDK test"},"type":"Microsoft.StorSimple/Managers"},{"etag":"W/\"datetime'2018-08-07T16%3A06%3A24.4590789Z'\"","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/Managers/hAzureSDKOperations","location":"southeastasia","name":"hAzureSDKOperations","properties":{"cisIntrinsicSettings":{"type":"HelsinkiV1"},"provisioningState":"Succeeded","sku":{"name":"Standard"}},"type":"Microsoft.StorSimple/Managers"}]}},"ManagersGet":{"value":{"etag":"W/\"datetime'2018-08-12T15%3A10%3A31.6040125Z'\"","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/Managers/hManagerForSDKTest","location":"westus","name":"hManagerForSDKTest","properties":{"cisIntrinsicSettings":{"type":"HelsinkiV1"},"provisioningState":"Succeeded","sku":{"name":"Standard"}},"tags":{"TagName":"Demo manager for SDK test"},"type":"Microsoft.StorSimple/Managers"}},"ManagersUpdate":{"value":{"etag":"W/\"datetime'2017-06-18T16%3A13%3A43.8476579Z'\"","id":"/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/Managers/ManagerForSDKTest2","location":"westus","name":"ManagerForSDKTest2","properties":{"cisIntrinsicSettings":{"type":"HelsinkiV1"},"provisioningState":"Succeeded","sku":{"name":"Standard"}},"tags":{"TagName":"ForSDKTest"},"type":"Microsoft.StorSimple/Managers"}},"ManagersCreateOrUpdate":{"value":{"etag":"W/\"datetime'2018-08-12T15%3A10%3A31.6040125Z'\"","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/Managers/hManagerForSDKTest","location":"westus","name":"hManagerForSDKTest","properties":{"cisIntrinsicSettings":{"type":"HelsinkiV1"},"provisioningState":"Succeeded","sku":{"name":"Standard"}},"tags":{"TagName":"Demo manager for SDK test"},"type":"Microsoft.StorSimple/Managers"}},"AccessControlRecordsListByManager":{"value":{"value":[]}},"AccessControlRecordsGet":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/accessControlRecords/AcrForSDKTest","name":"AcrForSDKTest","properties":{"initiatorName":"iqn.2017-06.com.contoso:ForTest"},"type":"Microsoft.StorSimple/managers/accessControlRecords"}},"AccessControlRecordsCreateOrUpdate":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/accessControlRecords/AcrForSDKTest","name":"AcrForSDKTest","properties":{"initiatorName":"iqn.2017-06.com.contoso:ForTest"},"type":"Microsoft.StorSimple/managers/accessControlRecords"}},"AlertsListByManager":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hManagerForSDKTest4/devices/is2-hlmdhdgu1et/alerts/a1f3a945-74dc-4387-bf17-a4f226374833","name":"a1f3a945-74dc-4387-bf17-a4f226374833","properties":{"alertType":"Cloud Connectivity","appearedAtSourceTime":"2018-08-02T04:08:12.9140342Z","appearedAtTime":"2018-08-02T04:08:12.9140342Z","clearedAtSourceTime":"0001-01-01T00:00:00Z","clearedAtTime":"0001-01-01T00:00:00Z","detailedInformation":{"first observed":"1/1/0001 12:00:00 AM (UTC)","last observed":"8/2/2018 4:08:12 AM (UTC)","occurrences":"2"},"errorDetails":{"errorCode":"","errorMessage":"","occurences":2},"recommendation":"The StorSimple Device Manager service has not received a heartbeat from the virtual array. The virtual array may be offline. This could be due to one of the following reasons. <br/>\r\n\t1. The virtual array may be turned off or paused on the hypervisor. In Hyper-V, your virtual array will be paused automatically when the volume that stores snapshots or virtual hard disks, runs out of available storage. The state of the virtual array is listed as <i>\"paused-critical\"</i> in Hyper-V Manager. Resolve this by creating additional space on the volume. If you still cannot connect, check the Hyper-V host or ESX server to ensure that the VM is healthy.<br/><br/>\r\n\t2. The virtual array is not able to communicate with the StorSimple Device Manager service. In the local web UI of the virtual array, go to <b>Troubleshooting > Diagnostic tests</b> and click <b>Run diagnostic tests</b>. Resolve the reported issues. <br/> <br/>\r\n  If the issue persists, contact your network administrator.","resolutionReason":"","scope":"Device","severity":"Critical","source":{"alertSourceType":"Device","name":"is2-hlmdhdgu1et","timeZone":"UTC"},"status":"Active","title":"No device heartbeat received for 5 minutes."},"type":"Microsoft.StorSimple/managers/devices/alerts"}]}},"BackupsListByManager":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI/backups/315c3461-96ad-41bf-af0b-3a8be5113203","name":"315c3461-96ad-41bf-af0b-3a8be5113203","properties":{"createdTime":"2018-08-11T14:34:52.4149035Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI","elements":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI/backups/315c3461-96ad-41bf-af0b-3a8be5113203/elements/f3fa955c-e20e-46fd-a71e-c0f0491db14b","name":"f3fa955c-e20e-46fd-a71e-c0f0491db14b","properties":{"dataPolicy":"Tiered","endpointName":"Auto-TestIscsiDisk2","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI/backups/315c3461-96ad-41bf-af0b-3a8be5113203/elements/9ba7098e-0fc8-43de-b39b-a4228dd3bbde","name":"9ba7098e-0fc8-43de-b39b-a4228dd3bbde","properties":{"dataPolicy":"Tiered","endpointName":"Auto-TestIscsiDisk1","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"}],"expirationTime":"9999-12-31T23:59:59.9999999Z","initiatedBy":"Manual","sizeInBytes":1073741824000,"targetId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI/iscsiServers/HSDK-UGU4PITWNI","targetType":"Microsoft.StorSimple/managers/devices/iscsiServers"},"type":"Microsoft.StorSimple/managers/devices/backups"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI/backups/cce3a13c-b37e-4db1-bb78-444cc85be33d","name":"cce3a13c-b37e-4db1-bb78-444cc85be33d","properties":{"createdTime":"2018-08-12T14:02:13.0677276Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI","elements":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI/backups/cce3a13c-b37e-4db1-bb78-444cc85be33d/elements/bebfaa5b-b02f-4f14-bf3f-83a0abdff090","name":"bebfaa5b-b02f-4f14-bf3f-83a0abdff090","properties":{"dataPolicy":"Tiered","endpointName":"ClonedTieredIscsiDiskForSDKTest","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI/backups/cce3a13c-b37e-4db1-bb78-444cc85be33d/elements/8e065d31-0571-43cc-a134-4855603bc222","name":"8e065d31-0571-43cc-a134-4855603bc222","properties":{"dataPolicy":"Tiered","endpointName":"Auto-TestIscsiDisk2","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI/backups/cce3a13c-b37e-4db1-bb78-444cc85be33d/elements/e4a4b2c8-0252-488c-8909-f7bc67474b62","name":"e4a4b2c8-0252-488c-8909-f7bc67474b62","properties":{"dataPolicy":"Tiered","endpointName":"Auto-TestIscsiDisk1","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"}],"expirationTime":"9999-12-31T23:59:59.9999999Z","initiatedBy":"Manual","sizeInBytes":1610612736000,"targetId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-UGU4PITWNI/iscsiServers/HSDK-UGU4PITWNI","targetType":"Microsoft.StorSimple/managers/devices/iscsiServers"},"type":"Microsoft.StorSimple/managers/devices/backups"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0/backups/899222aa-1340-4090-a8b1-7436e2b859d3","name":"899222aa-1340-4090-a8b1-7436e2b859d3","properties":{"createdTime":"2018-08-12T14:34:24.3980414Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0","elements":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0/backups/899222aa-1340-4090-a8b1-7436e2b859d3/elements/ac877a33-cce2-4107-a3f5-b00e0af43bd8","name":"ac877a33-cce2-4107-a3f5-b00e0af43bd8","properties":{"dataPolicy":"Local","endpointName":"Auto-TestFileShare2","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0/backups/899222aa-1340-4090-a8b1-7436e2b859d3/elements/6c5afd0b-5b1f-47c5-a37e-eab0812cfdf3","name":"6c5afd0b-5b1f-47c5-a37e-eab0812cfdf3","properties":{"dataPolicy":"Tiered","endpointName":"ClonedTieredFileShareForSDKTest","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0/backups/899222aa-1340-4090-a8b1-7436e2b859d3/elements/6565f0f0-97d2-427f-8e44-fc43c4558234","name":"6565f0f0-97d2-427f-8e44-fc43c4558234","properties":{"dataPolicy":"Tiered","endpointName":"Auto-TestFileShare1","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"}],"expirationTime":"9999-12-31T23:59:59.9999999Z","initiatedBy":"Manual","sizeInBytes":1610612736000,"targetId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0/fileServers/HSDK-DMNJB2PET0","targetType":"Microsoft.StorSimple/managers/devices/fileServers"},"type":"Microsoft.StorSimple/managers/devices/backups"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0/backups/a4ec37c8-7e5e-4483-88ec-9b37fdd686ff","name":"a4ec37c8-7e5e-4483-88ec-9b37fdd686ff","properties":{"createdTime":"2018-08-12T13:40:04.5908358Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0","elements":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0/backups/a4ec37c8-7e5e-4483-88ec-9b37fdd686ff/elements/14e4f48f-e3fe-40cd-a3f4-5b226da83278","name":"14e4f48f-e3fe-40cd-a3f4-5b226da83278","properties":{"dataPolicy":"Local","endpointName":"Auto-TestFileShare2","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0/backups/a4ec37c8-7e5e-4483-88ec-9b37fdd686ff/elements/bb6ec523-f18c-4123-8e44-ce1e83db1ab1","name":"bb6ec523-f18c-4123-8e44-ce1e83db1ab1","properties":{"dataPolicy":"Tiered","endpointName":"ClonedTieredFileShareForSDKTest","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0/backups/a4ec37c8-7e5e-4483-88ec-9b37fdd686ff/elements/dea75831-c6bf-4ae9-9f6f-3b6eae680db5","name":"dea75831-c6bf-4ae9-9f6f-3b6eae680db5","properties":{"dataPolicy":"Tiered","endpointName":"Auto-TestFileShare1","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"}],"expirationTime":"9999-12-31T23:59:59.9999999Z","initiatedBy":"Manual","sizeInBytes":1610612736000,"targetId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0/fileServers/HSDK-DMNJB2PET0","targetType":"Microsoft.StorSimple/managers/devices/fileServers"},"type":"Microsoft.StorSimple/managers/devices/backups"}]}},"ManagersUploadRegistrationCertificate":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourcegroups/cleanupservice/providers/Microsoft.StorSimple/managers/res-jem-hel/certificates/windows","name":"windows","properties":{"aadAuthority":"https://login.windows.net","aadTenantId":"625ad78b-e6ce-49ed-b9cd-29f4aa12d77e","authType":"AzureActiveDirectory","azureManagementEndpointAudience":"https://pod01-id1.wus.backup.windowsazure.com/restapi/","certificate":"MIIC3TCCAcWgAwIBAgIQEr0bAWD6wJtA4LIbZ9NtgzANBgkqhkiG9w0BAQUFADAeMRwwGgYDVQQDExNXaW5kb3dzIEF6dXJlIFRvb2xzMB4XDTE4MDkxMDE1MzY0MFoXDTE4MDkxMzE1NDY0MFowHjEcMBoGA1UEAxMTV2luZG93cyBBenVyZSBUb29sczCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANUsKkz2Z4fECKMyNeLb9v3pr1XF4dVe+MITDtgphjl81ng190Y0IHgCVnh4YjfplUSpMk/1xii0rI5AAPwoz3ze2qRPtnwCiTaoVLkUe6knNRPzrRvVXHB81J0/14MO0lwdByHhdccRcVJZPLt5724t4aQny82v2AayJdDDkBBWNlpcqPy6n3sygP00THMPP0O3sFqy924eHqoDj3qSw79/meaZBJt9S5odPuFoskxjHuI4lM6BmK1Ql7p8Wo9/GhTOIoMz81orKPHRDleLjutwL4mb6NnhI5rfT/MxnHD6m82c4YYqiZC3XiTyJWVCkWkp7PK92OdRp6FA87rdKDMCAwEAAaMXMBUwEwYDVR0lBAwwCgYIKwYBBQUHAwIwDQYJKoZIhvcNAQEFBQADggEBAIYlezVU68TuEblkn06vM5dfzSmHKJOQgW61nDlLnyKrmSJtzKZLCAswTE2VyJHwKNdZgW15coJFINjWBLWcLr0/GjNV4u3Z+UL3NhBFQd5xuMtKsIhuoscKtyk0JHQXpBvHNmOUCobfQfOBQfTVC7kmyWdtlGztFUVxD28s6S5gMb1FEWWN68NOOJ3/ZhaTbUEM54yw8Hk8/f0L/Zn/7BYHUyWWA3KStAaYn89C/ZFF+952ark2VaKGIjBRQzgrJEIR8dI4r46I3DoEfzGPESKvQPvVLhOX84RG0PLPOtnRbHBVew1Nh3HE9kgCubkPKK+NPWE9IHZPoRmOTWBe+zU=","friendlyName":"","issuer":"CN=Windows Azure Tools","resourceId":5047111583862266000,"servicePrincipalClientId":"a65f2051-51a3-4fa0-965e-76195bc73f4d","servicePrincipalObjectId":"86d19f0e-82b7-49bf-a16e-1fbb4e5288d5","subject":"CN=Windows Azure Tools","thumbprint":"0526BD0123A52EABDB586AF0C080ABEEF3BB4240","validFrom":"2018-09-10T15:36:40+00:00","validTo":"2018-09-13T15:46:40+00:00"},"type":"Microsoft.StorSimple/managers/certificates"}},"DevicesListByManager":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg","name":"HSDK-4XY4FI2IVG","properties":{"activationTime":"2018-08-09T09:47:59.8284448Z","allowedDeviceOperations":["Delete","DRTarget","Browsable"],"culture":"en-US","deviceCapabilities":["FileServer"],"deviceConfigurationStatus":"Pending","deviceSoftwareVersion":"10.0.10296.0","domainName":"fareast.corp.microsoft.com","modelDescription":"1200","status":"ReadyToSetup","type":"Series9000OnPremVirtualAppliance"},"type":"Microsoft.StorSimple/managers/devices"}]}},"DevicesGet":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","name":"HSDK-ARCSX4MVKZ","properties":{"activationTime":"2018-08-15T10:59:26.1659747Z","allowedDeviceOperations":["Deactivate","Browsable"],"culture":"en-US","deviceCapabilities":["FileServer"],"deviceConfigurationStatus":"Complete","deviceSoftwareVersion":"10.0.10296.0","domainName":"fareast.corp.microsoft.com","modelDescription":"1200","status":"Online","type":"Series9000OnPremVirtualAppliance"},"type":"Microsoft.StorSimple/managers/devices"}},"DevicesPatch":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","name":"HSDK-UGU4PITWNI","properties":{"activationTime":"2018-08-15T10:59:26.1659747Z","allowedDeviceOperations":["Deactivate","Browsable"],"culture":"en-US","deviceCapabilities":["FileServer"],"deviceConfigurationStatus":"Complete","deviceSoftwareVersion":"10.0.10296.0","domainName":"fareast.corp.microsoft.com","modelDescription":"1200","status":"Online","type":"Series9000OnPremVirtualAppliance"},"type":"Microsoft.StorSimple/managers/devices"}},"DevicesGetAlertSettings":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-T4ZA3EAJFR/alertSettings/default","name":"default","properties":{"additionalRecipientEmailList":["testuser@abc.com"],"alertNotificationCulture":"en-US","emailNotification":"Enabled","notificationToServiceOwners":"Disabled"},"type":"Microsoft.StorSimple/managers/devices/alertSettings"}},"DevicesCreateOrUpdateAlertSettings":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-T4ZA3EAJFR/alertSettings/default","name":"default","properties":{"additionalRecipientEmailList":["testuser@abc.com"],"alertNotificationCulture":"en-US","emailNotification":"Enabled","notificationToServiceOwners":"Disabled"},"type":"Microsoft.StorSimple/managers/devices/alertSettings"}},"BackupScheduleGroupsListByDevice":{"value":{"value":[]}},"BackupScheduleGroupsGet":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/backupScheduleGroups/BackupSchGroupForSDKTest","name":"BackupSchGroupForSDKTest","properties":{"startTime":{"hour":17,"minute":38}},"type":"Microsoft.StorSimple/managers/devices/backupScheduleGroups"}},"BackupScheduleGroupsCreateOrUpdate":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/backupScheduleGroups/BackupSchGroupForSDKTest","name":"BackupSchGroupForSDKTest","properties":{"startTime":{"hour":17,"minute":38}},"type":"Microsoft.StorSimple/managers/devices/backupScheduleGroups"}},"BackupsListByDevice":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/backups/58d33025-e837-41cc-b15f-7c85ced64aab","name":"58d33025-e837-41cc-b15f-7c85ced64aab","properties":{"createdTime":"2018-08-09T16:19:09.6532352Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg","elements":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/backups/58d33025-e837-41cc-b15f-7c85ced64aab/elements/2304968f-91af-4f59-8b79-31e321eee40e","name":"2304968f-91af-4f59-8b79-31e321eee40e","properties":{"dataPolicy":"Local","endpointName":"Auto-TestFileShare2","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/backups/58d33025-e837-41cc-b15f-7c85ced64aab/elements/c5661246-17b7-4daf-a82a-6cc86c68a1dc","name":"c5661246-17b7-4daf-a82a-6cc86c68a1dc","properties":{"dataPolicy":"Tiered","endpointName":"Auto-TestFileShare1","sizeInBytes":536870912000},"type":"Microsoft.StorSimple/managers/devices/backups/elements"}],"expirationTime":"9999-12-31T23:59:59.9999999Z","initiatedBy":"Manual","sizeInBytes":1073741824000,"targetId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/fileServers/HSDK-4XY4FI2IVG","targetType":"Microsoft.StorSimple/managers/devices/fileServers"},"type":"Microsoft.StorSimple/managers/devices/backups"}]}},"ChapSettingsListByDevice":{"value":{"value":[]}},"ChapSettingsGet":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-WSJQERQW3F/chapSettings/ChapSettingForSDK","name":"ChapSettingForSDK","properties":{"password":{"encryptionAlgorithm":"RSAES_PKCS1_v_1_5","encryptionCertificateThumbprint":"D73DB57C4CDD6761E159F8D1E8A7D759424983FD","value":"QAabTlWY4Qz7ygqWeYVoUpgg+wtITX9O6uAj1j+ejQkNR45r5/1knhgSroeeavtxGGJtaWFwMGGde1EA31eoueZwhhWODWBlaTAhGhY3SITMIKj+9k+xUJwkq6aqc2qDcomW+juLTd72oVwpMCmGALALCPAjNBiKzi7WUV+6U9j/F0dAsz8kmTFBh2rrY3yYTVQ7LjxZ7EPeqiie1ikvLoL/Q8S0jKu+O70m3ES1+WIG61ig4Nl9S/1NlV30wpJdgnnxA4Vg83PEIgoz0nQpfodGguwkDYhaeNYiYZGVXo75UgFMILouVUCHkuKWQOxL48kIleEW3hIL7sZkQQcLwA=="}},"type":"Microsoft.StorSimple/managers/devices/chapSettings"}},"ChapSettingsCreateOrUpdate":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-WSJQERQW3F/chapSettings/ChapSettingForSDK","name":"ChapSettingForSDK","properties":{"password":{"encryptionAlgorithm":"RSAES_PKCS1_v_1_5","encryptionCertificateThumbprint":"D73DB57C4CDD6761E159F8D1E8A7D759424983FD","value":"QAabTlWY4Qz7ygqWeYVoUpgg+wtITX9O6uAj1j+ejQkNR45r5/1knhgSroeeavtxGGJtaWFwMGGde1EA31eoueZwhhWODWBlaTAhGhY3SITMIKj+9k+xUJwkq6aqc2qDcomW+juLTd72oVwpMCmGALALCPAjNBiKzi7WUV+6U9j/F0dAsz8kmTFBh2rrY3yYTVQ7LjxZ7EPeqiie1ikvLoL/Q8S0jKu+O70m3ES1+WIG61ig4Nl9S/1NlV30wpJdgnnxA4Vg83PEIgoz0nQpfodGguwkDYhaeNYiYZGVXo75UgFMILouVUCHkuKWQOxL48kIleEW3hIL7sZkQQcLwA=="}},"type":"Microsoft.StorSimple/managers/devices/chapSettings"}},"IscsiDisksListByDevice":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-0NZI14MDTF/iscsiServers/HSDK-0NZI14MDTF/disks/Auto-TestIscsiDisk2","name":"Auto-TestIscsiDisk2","properties":{"accessControlRecords":[],"dataPolicy":"Tiered","description":"Demo IscsiDisk for SDK Test Tiered","diskStatus":"Online","localUsedCapacityInBytes":0,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"usedCapacityInBytes":0},"type":"Microsoft.StorSimple/managers/devices/iscsiServers/disks"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-0NZI14MDTF/iscsiServers/HSDK-0NZI14MDTF/disks/Auto-TestIscsiDisk1","name":"Auto-TestIscsiDisk1","properties":{"accessControlRecords":[],"dataPolicy":"Tiered","description":"Updated: Demo IscsiDisk for SDK Test Tiered","diskStatus":"Offline","localUsedCapacityInBytes":0,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"usedCapacityInBytes":0},"type":"Microsoft.StorSimple/managers/devices/iscsiServers/disks"}]}},"DevicesListFailoverTarget":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-DMNJB2PET0","name":"HSDK-DMNJB2PET0","properties":{"activationTime":"2018-08-11T14:42:31.0604569Z","allowedDeviceOperations":["Delete","DRTarget","Browsable"],"culture":"en-US","deviceCapabilities":["FileServer"],"deviceConfigurationStatus":"Pending","deviceSoftwareVersion":"10.0.10296.0","domainName":"fareast.corp.microsoft.com","modelDescription":"1200","status":"ReadyToSetup","type":"Series9000OnPremVirtualAppliance"},"type":"Microsoft.StorSimple/managers/devices"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-YYMYCY4NK0","name":"HSDK-YYMYCY4NK0","properties":{"activationTime":"2018-08-11T15:19:40.8252542Z","allowedDeviceOperations":["Delete","DRTarget","Browsable"],"culture":"en-US","deviceCapabilities":["FileServer"],"deviceConfigurationStatus":"Pending","deviceSoftwareVersion":"10.0.10296.0","domainName":"fareast.corp.microsoft.com","modelDescription":"1200","status":"ReadyToSetup","type":"Series9000OnPremVirtualAppliance"},"type":"Microsoft.StorSimple/managers/devices"}]}},"FileServersListByDevice":{"value":{"value":[]}},"FileServersGet":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/fileServers/HSDK-4XY4FI2IVG","name":"HSDK-4XY4FI2IVG","properties":{"backupScheduleGroupId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/backupScheduleGroups/BackupSchGroupForSDKTest","description":"Demo FileServer for SDK Test","domainName":"fareast.corp.microsoft.com","storageDomainId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageDomains/sd-fs-HSDK-4XY4FI2IVG"},"type":"Microsoft.StorSimple/managers/devices/fileServers"}},"FileServersCreateOrUpdate":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/fileServers/HSDK-4XY4FI2IVG","name":"HSDK-4XY4FI2IVG","properties":{"backupScheduleGroupId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/backupScheduleGroups/BackupSchGroupForSDKTest","description":"Demo FileServer for SDK Test","domainName":"fareast.corp.microsoft.com","storageDomainId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageDomains/sd-fs-HSDK-4XY4FI2IVG"},"type":"Microsoft.StorSimple/managers/devices/fileServers"}},"FileServersListMetrics":{"value":{"value":[{"dimensions":[{"name":"FileServer","value":"HSDK-DMNJB2PET0"}],"endTime":"2018-08-11T18:30:00Z","name":{"localizedValue":"Cloud Storage Used","value":"CloudConsumedStorage"},"primaryAggregation":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-DMNJB2PET0/fileservers/HSDK-DMNJB2PET0","startTime":"2018-08-10T18:30:00Z","timeGrain":"1.00:00:00","type":"Microsoft.StorSimple/managers/devices/fileServers/metrics","unit":"Bytes","values":[]}]}},"FileServersListMetricDefinition":{"value":{"value":[{"dimensions":[{"name":"FileServer","value":"HSDK-DMNJB2PET0"}],"metricAvailabilities":[{"retention":"PT6H","timeGrain":"PT1M"},{"retention":"P7D","timeGrain":"PT1H"},{"retention":"P1Y","timeGrain":"P1D"}],"name":{"localizedValue":"Cloud Storage Used","value":"CloudConsumedStorage"},"primaryAggregationType":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-DMNJB2PET0/fileservers/HSDK-DMNJB2PET0","type":"Microsoft.StorSimple/managers/devices/fileServers/metricsDefinitions","unit":"Bytes"}]}},"FileSharesListByFileServer":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/fileServers/HSDK-ARCSX4MVKZ/shares/TieredFileShareForSDKTest","name":"TieredFileShareForSDKTest","properties":{"adminUser":"fareast\\idcdlslb","dataPolicy":"Tiered","description":"Demo FileShare for SDK Test Tiered","localUsedCapacityInBytes":174063616,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"shareStatus":"Online","usedCapacityInBytes":174063616},"type":"Microsoft.StorSimple/managers/devices/fileServers/shares"}]}},"FileSharesGet":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/fileServers/HSDK-4XY4FI2IVG/shares/Auto-TestFileShare1","name":"Auto-TestFileShare1","properties":{"adminUser":"fareast\\idcdlslb","dataPolicy":"Tiered","description":"Demo FileShare for SDK Test Tiered","localUsedCapacityInBytes":0,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"shareStatus":"Online","usedCapacityInBytes":0},"type":"Microsoft.StorSimple/managers/devices/fileServers/shares"}},"FileSharesCreateOrUpdate":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/fileServers/HSDK-4XY4FI2IVG/shares/Auto-TestFileShare1","name":"Auto-TestFileShare1","properties":{"adminUser":"fareast\\idcdlslb","dataPolicy":"Tiered","description":"Demo FileShare for SDK Test Tiered","localUsedCapacityInBytes":0,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"shareStatus":"Online","usedCapacityInBytes":0},"type":"Microsoft.StorSimple/managers/devices/fileServers/shares"}},"FileSharesListMetrics":{"value":{"value":[{"dimensions":[{"name":"Share","value":"Auto-TestFileShare2"}],"endTime":"2018-08-11T18:30:00Z","name":{"localizedValue":"Primary Storage Used","value":"HostUsedStorage"},"primaryAggregation":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-DMNJB2PET0/fileservers/HSDK-DMNJB2PET0/shares/Auto-TestFileShare2","startTime":"2018-08-10T18:30:00Z","timeGrain":"1.00:00:00","type":"Microsoft.StorSimple/managers/devices/fileServers/shares/metrics","unit":"Bytes","values":[]}]}},"FileSharesListMetricDefinition":{"value":{"value":[{"dimensions":[{"name":"Share","value":"Auto-TestFileShare2"}],"metricAvailabilities":[{"retention":"PT6H","timeGrain":"PT1M"},{"retention":"P7D","timeGrain":"PT1H"},{"retention":"P1Y","timeGrain":"P1D"}],"name":{"localizedValue":"Primary Storage Used","value":"HostUsedStorage"},"primaryAggregationType":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-DMNJB2PET0/fileservers/HSDK-DMNJB2PET0/shares/Auto-TestFileShare2","type":"Microsoft.StorSimple/managers/devices/fileServers/shares/metricsDefinitions","unit":"Bytes"}]}},"IscsiServersListByDevice":{"value":{"value":[]}},"IscsiServersGet":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-WSJQERQW3F/iscsiServers/HSDK-WSJQERQW3F","name":"HSDK-WSJQERQW3F","properties":{"backupScheduleGroupId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-WSJQERQW3F/backupScheduleGroups/Default-HSDK-WSJQERQW3F-BackupScheduleGroup","chapId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-WSJQERQW3F/chapSettings/ChapSettingForSDK","reverseChapId":"","storageDomainId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageDomains/Default-HSDK-WSJQERQW3F-StorageDomain"},"type":"Microsoft.StorSimple/managers/devices/iscsiServers"}},"IscsiServersCreateOrUpdate":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-WSJQERQW3F/iscsiServers/HSDK-WSJQERQW3F","name":"HSDK-WSJQERQW3F","properties":{"backupScheduleGroupId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-WSJQERQW3F/backupScheduleGroups/Default-HSDK-WSJQERQW3F-BackupScheduleGroup","chapId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-WSJQERQW3F/chapSettings/ChapSettingForSDK","reverseChapId":"","storageDomainId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageDomains/Default-HSDK-WSJQERQW3F-StorageDomain"},"type":"Microsoft.StorSimple/managers/devices/iscsiServers"}},"IscsiDisksListByIscsiServer":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-0NZI14MDTF/iscsiServers/HSDK-0NZI14MDTF/disks/Auto-TestIscsiDisk2","name":"Auto-TestIscsiDisk2","properties":{"accessControlRecords":[],"dataPolicy":"Tiered","description":"Demo IscsiDisk for SDK Test Tiered","diskStatus":"Online","localUsedCapacityInBytes":0,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"usedCapacityInBytes":0},"type":"Microsoft.StorSimple/managers/devices/iscsiServers/disks"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-0NZI14MDTF/iscsiServers/HSDK-0NZI14MDTF/disks/Auto-TestIscsiDisk1","name":"Auto-TestIscsiDisk1","properties":{"accessControlRecords":[],"dataPolicy":"Tiered","description":"Updated: Demo IscsiDisk for SDK Test Tiered","diskStatus":"Offline","localUsedCapacityInBytes":0,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"usedCapacityInBytes":0},"type":"Microsoft.StorSimple/managers/devices/iscsiServers/disks"}]}},"IscsiDisksGet":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-0NZI14MDTF/iscsiServers/HSDK-0NZI14MDTF/disks/Auto-TestIscsiDisk1","name":"Auto-TestIscsiDisk1","properties":{"accessControlRecords":[],"dataPolicy":"Tiered","description":"Demo IscsiDisk for SDK Test Tiered","diskStatus":"Online","localUsedCapacityInBytes":0,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"usedCapacityInBytes":0},"type":"Microsoft.StorSimple/managers/devices/iscsiServers/disks"}},"IscsiDisksCreateOrUpdate":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-0NZI14MDTF/iscsiServers/HSDK-0NZI14MDTF/disks/Auto-TestIscsiDisk1","name":"Auto-TestIscsiDisk1","properties":{"accessControlRecords":[],"dataPolicy":"Tiered","description":"Demo IscsiDisk for SDK Test Tiered","diskStatus":"Online","localUsedCapacityInBytes":0,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"usedCapacityInBytes":0},"type":"Microsoft.StorSimple/managers/devices/iscsiServers/disks"}},"IscsiDisksListMetrics":{"value":{"value":[{"dimensions":[{"name":"Disk","value":"TieredIscsiDiskForSDKTest"}],"endTime":"2018-08-11T18:30:00Z","name":{"localizedValue":"Primary Storage Used","value":"HostUsedStorage"},"primaryAggregation":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-WSJQERQW3F/iscsiservers/HSDK-WSJQERQW3F/disks/TieredIscsiDiskForSDKTest","startTime":"2018-08-10T18:30:00Z","timeGrain":"1.00:00:00","type":"Microsoft.StorSimple/managers/devices/iscsiServers/disks/metrics","unit":"Bytes","values":[]}]}},"IscsiDisksListMetricDefinition":{"value":{"value":[{"dimensions":[{"name":"Disk","value":"TieredIscsiDiskForSDKTest"}],"metricAvailabilities":[{"retention":"PT6H","timeGrain":"PT1M"},{"retention":"P7D","timeGrain":"PT1H"},{"retention":"P1Y","timeGrain":"P1D"}],"name":{"localizedValue":"Primary Storage Used","value":"HostUsedStorage"},"primaryAggregationType":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-WSJQERQW3F/iscsiservers/HSDK-WSJQERQW3F/disks/TieredIscsiDiskForSDKTest","type":"Microsoft.StorSimple/managers/devices/iscsiServers/disks/metricsDefinitions","unit":"Bytes"}]}},"IscsiServersListMetrics":{"value":{"value":[{"dimensions":[{"name":"IscsiServer","value":"HSDK-UGU4PITWNI"}],"endTime":"2018-08-11T18:30:00Z","name":{"localizedValue":"Cloud Storage Used","value":"CloudConsumedStorage"},"primaryAggregation":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-UGU4PITWNI/iscsiservers/HSDK-UGU4PITWNI","startTime":"2018-08-10T18:30:00Z","timeGrain":"1.00:00:00","type":"Microsoft.StorSimple/managers/devices/iscsiServers/metrics","unit":"Bytes","values":[]}]}},"IscsiServersListMetricDefinition":{"value":{"value":[{"dimensions":[{"name":"IscsiServer","value":"HSDK-UGU4PITWNI"}],"metricAvailabilities":[{"retention":"PT6H","timeGrain":"PT1M"},{"retention":"P7D","timeGrain":"PT1H"},{"retention":"P1Y","timeGrain":"P1D"}],"name":{"localizedValue":"Cloud Storage Used","value":"CloudConsumedStorage"},"primaryAggregationType":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-UGU4PITWNI/iscsiservers/HSDK-UGU4PITWNI","type":"Microsoft.StorSimple/managers/devices/iscsiServers/metricsDefinitions","unit":"Bytes"}]}},"JobsListByDevice":{"value":{"value":[{"endTime":"2018-08-15T11:14:39.9697221Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/06c7ee19-35a2-4248-bf1b-408009b31b63","name":"06c7ee19-35a2-4248-bf1b-408009b31b63","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:14:03.8045323Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T12:01:27.7730499Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/1d2de9da-a07f-4d73-a05f-01dd5a173128","name":"1d2de9da-a07f-4d73-a05f-01dd5a173128","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T12:00:48.7192283Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T13:08:30.9522836Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/285ee145-913e-4885-bc01-6c904b1621be","name":"285ee145-913e-4885-bc01-6c904b1621be","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T13:07:51.0546569Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T11:51:26.3337665Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/4886495a-9c0f-41ad-af0e-6a590b077be1","name":"4886495a-9c0f-41ad-af0e-6a590b077be1","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:50:49.8394842Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T11:53:26.6672948Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/57d1a3de-0174-47b6-8c8e-cbbb778316cd","name":"57d1a3de-0174-47b6-8c8e-cbbb778316cd","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:52:50.1811002Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T11:48:07.9727172Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/6a645e88-9cf4-4e9b-8125-b5fdf71e8bee","name":"6a645e88-9cf4-4e9b-8125-b5fdf71e8bee","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:47:31.902431Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T11:45:52.8085902Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/70bddfae-689e-4ca8-9e32-8937fcf680e5","name":"70bddfae-689e-4ca8-9e32-8937fcf680e5","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:45:17.2292977Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T11:07:57.7310837Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/c8053f2d-a5dc-4ecb-b2d0-be8f2db988e3","name":"c8053f2d-a5dc-4ecb-b2d0-be8f2db988e3","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:07:23.1954572Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"}]}},"JobsGet":{"value":{"endTime":"2018-08-15T11:14:39.9697221Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/06c7ee19-35a2-4248-bf1b-408009b31b63","name":"06c7ee19-35a2-4248-bf1b-408009b31b63","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:14:03.8045323Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"}},"DevicesListMetrics":{"value":{"value":[{"dimensions":[{"name":"Device","value":"HSDK-UGU4PITWNI"}],"endTime":"2018-08-11T18:30:00Z","name":{"localizedValue":"Primary Storage Used","value":"HostUsedStorage"},"primaryAggregation":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-UGU4PITWNI","startTime":"2018-08-10T18:30:00Z","timeGrain":"01:00:00","type":"Microsoft.StorSimple/managers/devices/metrics","unit":"Bytes","values":[{"average":0,"count":1,"maximum":0,"minimum":0,"sum":0,"timeStamp":"2018-08-11T18:00:00Z"},{"average":0,"count":1,"maximum":0,"minimum":0,"sum":0,"timeStamp":"2018-08-11T17:00:00Z"},{"average":0,"count":1,"maximum":0,"minimum":0,"sum":0,"timeStamp":"2018-08-11T16:00:00Z"}]},{"dimensions":[{"name":"Device","value":"HSDK-UGU4PITWNI"}],"endTime":"2018-08-11T18:30:00Z","name":{"localizedValue":"Cloud Storage Used","value":"CloudConsumedStorage"},"primaryAggregation":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-UGU4PITWNI","startTime":"2018-08-10T18:30:00Z","timeGrain":"01:00:00","type":"Microsoft.StorSimple/managers/devices/metrics","unit":"Bytes","values":[{"average":0,"count":1,"maximum":0,"minimum":0,"sum":0,"timeStamp":"2018-08-11T18:00:00Z"},{"average":0,"count":1,"maximum":0,"minimum":0,"sum":0,"timeStamp":"2018-08-11T16:00:00Z"},{"average":0,"count":1,"maximum":0,"minimum":0,"sum":0,"timeStamp":"2018-08-11T17:00:00Z"}]}]}},"DevicesListMetricDefinition":{"value":{"value":[{"dimensions":[{"name":"Device","value":"HSDK-UGU4PITWNI"}],"metricAvailabilities":[{"retention":"P1D","timeGrain":"PT1H"},{"retention":"P7D","timeGrain":"P1D"},{"retention":"P1M","timeGrain":"P1D"},{"retention":"P3M","timeGrain":"P1D"},{"retention":"P1Y","timeGrain":"P1D"}],"name":{"localizedValue":"Primary Storage Used","value":"HostUsedStorage"},"primaryAggregationType":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-UGU4PITWNI","type":"Microsoft.StorSimple/managers/devices/metricsDefinitions","unit":"Bytes"},{"dimensions":[{"name":"Device","value":"HSDK-UGU4PITWNI"}],"metricAvailabilities":[{"retention":"P1D","timeGrain":"PT1H"},{"retention":"P7D","timeGrain":"P1D"},{"retention":"P1M","timeGrain":"P1D"},{"retention":"P3M","timeGrain":"P1D"},{"retention":"P1Y","timeGrain":"P1D"}],"name":{"localizedValue":"Cloud Storage Used","value":"CloudConsumedStorage"},"primaryAggregationType":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374/devices/HSDK-UGU4PITWNI","type":"Microsoft.StorSimple/managers/devices/metricsDefinitions","unit":"Bytes"}]}},"DevicesGetNetworkSettings":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-T4ZA3EAJFR/networkSettings/default","name":"default","properties":{"nodeNetworks":[{"networkAdapters":[{"dhcpStatus":"Enabled","iPv4Info":{"gateway":"10.60.145.1","ipAddress":"10.60.145.5","prefixLength":26},"linkSpeed":868993459200,"networkAdapterName":"Ethernet"}]}],"primaryDnsServer":"10.50.50.50","secondaryDnsServer":"10.50.10.50"},"type":"Microsoft.StorSimple/managers/devices/networkSettings"}},"FileSharesListByDevice":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/fileServers/HSDK-4XY4FI2IVG/shares/Auto-TestFileShare2","name":"Auto-TestFileShare2","properties":{"adminUser":"fareast\\idcdlslb","dataPolicy":"Local","description":"Demo FileShare for SDK Test Local","localUsedCapacityInBytes":0,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"shareStatus":"Online","usedCapacityInBytes":0},"type":"Microsoft.StorSimple/managers/devices/fileServers/shares"},{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/hsdk-4xy4fi2ivg/fileServers/HSDK-4XY4FI2IVG/shares/Auto-TestFileShare1","name":"Auto-TestFileShare1","properties":{"adminUser":"fareast\\idcdlslb","dataPolicy":"Tiered","description":"Updated: Demo FileShare for SDK Test Tiered","localUsedCapacityInBytes":0,"monitoringStatus":"Enabled","provisionedCapacityInBytes":536870912000,"shareStatus":"Offline","usedCapacityInBytes":0},"type":"Microsoft.StorSimple/managers/devices/fileServers/shares"}]}},"DevicesGetTimeSettings":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-T4ZA3EAJFR/timeSettings/default","name":"default","properties":{"primaryTimeServer":"time.windows.com","timeZone":"(UTC) Coordinated Universal Time"},"type":"Microsoft.StorSimple/managers/devices/timeSettings"}},"DevicesGetUpdateSummary":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hManagerForSDKTest4/devices/HBVT-02X525X2W0/updateSummary/default","name":"default","properties":{"deviceLastScannedTime":"2018-08-02T05:46:21.6812618Z","deviceVersion":"10.0.10296.0","inProgressDownloadJobId":"","inProgressInstallJobId":"","lastCompletedScanTime":"2018-08-02T05:46:22.3687602Z","rebootRequiredForInstall":false,"regularUpdatesAvailable":false,"status":"Idle","totalItemsPendingForDownload":0,"totalItemsPendingForInstall":0},"type":"Microsoft.StorSimple/managers/devices/updateSummary"}},"ManagersGetEncryptionSettings":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/encryptionSettings/default","name":"default","properties":{"encryptionStatus":"Enabled","keyRolloverStatus":"NotRequired"},"type":"Microsoft.StorSimple/managers/encryptionSettings"}},"ManagersGetExtendedInfo":{"value":{"etag":"72227c97-ecab-4f3d-8e89-7ab2e9681735","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/Managers/hAzureSDKOperationsextendedInformation/vaultExtendedInfo","name":"vaultExtendedInfo","properties":{"algorithm":"None","integrityKey":"84be7258-8d22-43ba-896a-074616e0a00c"},"type":"Microsoft.StorSimple/Managers/extendedInformation"}},"ManagersUpdateExtendedInfo":{"value":{"etag":"85eaf93a-c415-49ad-a729-01934b3292dd","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/Managers/hManagerForSDKTestextendedInformation/vaultExtendedInfo","name":"vaultExtendedInfo","properties":{"algorithm":"SHA256","integrityKey":"e6501980-7efe-4602-bb0e-3cb9a08a6003"},"type":"Microsoft.StorSimple/Managers/extendedInformation"}},"ManagersCreateExtendedInfo":{"value":{"etag":"e096714c-e3a4-49b5-828e-1d0320b38689","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/cleanupservice/providers/Microsoft.StorSimple/Managers/res-jem-helextendedInformation/vaultExtendedInfo","name":"vaultExtendedInfo","properties":{"algorithm":"SHA256","integrityKey":"b40efdf9-cd98-4409-a669-6886ad4e6005"},"type":"Microsoft.StorSimple/Managers/extendedInformation"}},"FileServersListByManager":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/fileServers/HSDK-ARCSX4MVKZ","name":"HSDK-ARCSX4MVKZ","properties":{"backupScheduleGroupId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/backupScheduleGroups/Default-HSDK-ARCSX4MVKZ-BackupScheduleGroup","domainName":"fareast.corp.microsoft.com","storageDomainId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageDomains/Default-HSDK-ARCSX4MVKZ-StorageDomain"},"type":"Microsoft.StorSimple/managers/devices/fileServers"}]}},"ManagersGetEncryptionKey":{"value":{"encryptionAlgorithm":"AES256","value":"EAAAAEVOuLjZQYRnJxD6RjOyBWGYfyw8wqXci5WHh8QfS98ouU65SFHHVWs2MdD2KeND3ZFM989gwfMaOVwiSmdMvi30/VnoNZIu7rhGG6SKVhUSHfOSZyb2eUufvwPXNUKa/mhVPJ4SH1uHUHvG1bjWaFZ2ojo1ff7e0xQlifYWZQdSi6ScxzjI41EdIT7Hspp+xtU2y+8Q5ALDgASRdVHdHYRmSF1/uyDXoAU8spTLrm/Ug8X0cadt1w+pAX0fnx3PPyfsNRVsbWofLtm1CirKv2euA8TamgFz82/xI4vT1m2RopLFc2W6sXGeSESWK2fUlV6WLjTqPwGXSJ7ZQ5/QcIP08QC1Z3K7muemFtSx+sr8/kjQIufxjD/A7cTN77bpTBCU7l1GxmdPFMlZxsVrU23SXAdu4JWcw6KrdSlxjig6GBHCHqCtaocjpD46GkRiGye80JudJqroWz0F14X9eOa48He3K/HLZnRdmaNKHClzApW3hCZwiI1r0NhHi9mLn3Laiy920L+kLRDghRsps9gMpYbQFYNNnQMAnCdWQ36TUbQWqqqcLVpgxaKvzbsXpYzL6ntlztmIp9RZ+i2r9ZoGGg4kIkiUNhpSVZ8k05H49zc1fJKapVER1MbEKApVBiC9ck+TbNMjkzOHY39QBJK35EYz2qfkGPTIDrnpdK4GiBXEDnq9ERx0CHVz8qLIRn538pZp8jktHft5WvOWk0Zw31+lSPnLCX1qBfnqT6ulH08VozwJqidcb2fOfMJ8BRgYupP47RGUa6gdRMMUmS3KgDetX0qXaqO4krCQYsiA3PeQwuZWVGA3eeALUQsizDFS1+esWVP/z9HgJclv4ydHjrMTf+GyWVozGJui9zqMz3B2otWZmWcyWAe4iE9a2w7P1MLgGvSShhQSU7S54mR4QF7WOArpaYUqe4VoZdLaTHS9bVDBrjPbFrrjfQlYNt8CPN2KmpeGsdicNlCeq5JCG9Ys7rpjr1QM49V0yV6sfOgE8rYldebwtJGwDnuq09LrGAIfuzVQ59AjW6YScPBSNeCnsyk4bC1I1zDKdEhCHspR8/3w++dAMH3wZ6fCEbOLgTy06lHVPyKyINVcDY/TLbSz04v9gFySujzSrt1qCrL5aK4eGxsANlVVwxXIGlTcyH5MYlrnNCIToIrdfIqmkjTea9WJ4buaz3DAnDsA+4ai+3vYMwJakE2mRxW5YIQHNEgoaY460a5HRCmnjDvpAmQ6ICB7uR/JunfQ2Jc3PI889dY8YOfy8YWHqzbXMUN7eRWRTp6A1W6J2CFtKLflDu0t+ZGX4Pa27zK4pN6ml410hoYGjet3+O7bxL/z3aR9cOgmV6kMhboOhvMaj8V43zSiq9ONhZgDZmVzhwP4oaKP/O1uhWqwbhGVOeAk8hCHTiD3FUXlrJVm3IgUSn8lL5R82cwyol578BKernVBP5PT4vwyF1aWPaOyxx+kITBcALBmlQv3JanW5j9FkFP0gC5oy7KitEXYac132oe7HiOQ7t1TJCoem5kxK3bYLg==","valueCertificateThumbprint":"D73DB57C4CDD6761E159F8D1E8A7D759424983FD"}},"IscsiServersListByManager":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-WSJQERQW3F/iscsiServers/HSDK-WSJQERQW3F","name":"HSDK-WSJQERQW3F","properties":{"backupScheduleGroupId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-WSJQERQW3F/backupScheduleGroups/Default-HSDK-WSJQERQW3F-BackupScheduleGroup","chapId":"","reverseChapId":"","storageDomainId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageDomains/Default-HSDK-WSJQERQW3F-StorageDomain"},"type":"Microsoft.StorSimple/managers/devices/iscsiServers"}]}},"JobsListByManager":{"value":{"value":[{"endTime":"2018-08-15T11:14:39.9697221Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/06c7ee19-35a2-4248-bf1b-408009b31b63","name":"06c7ee19-35a2-4248-bf1b-408009b31b63","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:14:03.8045323Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T12:01:27.7730499Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/1d2de9da-a07f-4d73-a05f-01dd5a173128","name":"1d2de9da-a07f-4d73-a05f-01dd5a173128","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T12:00:48.7192283Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2010-01-01T00:00:00Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/22e77027-18fc-4f9c-930c-0ac77b079562","name":"22e77027-18fc-4f9c-930c-0ac77b079562","percentComplete":0,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","targetType":"FileServer"},"startTime":"2018-08-15T13:36:28.744256Z","status":"Running","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T13:08:30.9522836Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/285ee145-913e-4885-bc01-6c904b1621be","name":"285ee145-913e-4885-bc01-6c904b1621be","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T13:07:51.0546569Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T11:51:26.3337665Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/4886495a-9c0f-41ad-af0e-6a590b077be1","name":"4886495a-9c0f-41ad-af0e-6a590b077be1","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:50:49.8394842Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T11:53:26.6672948Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/57d1a3de-0174-47b6-8c8e-cbbb778316cd","name":"57d1a3de-0174-47b6-8c8e-cbbb778316cd","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:52:50.1811002Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T11:48:07.9727172Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/6a645e88-9cf4-4e9b-8125-b5fdf71e8bee","name":"6a645e88-9cf4-4e9b-8125-b5fdf71e8bee","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:47:31.902431Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T11:45:52.8085902Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/70bddfae-689e-4ca8-9e32-8937fcf680e5","name":"70bddfae-689e-4ca8-9e32-8937fcf680e5","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:45:17.2292977Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"},{"endTime":"2018-08-15T11:07:57.7310837Z","id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ/jobs/c8053f2d-a5dc-4ecb-b2d0-be8f2db988e3","name":"c8053f2d-a5dc-4ecb-b2d0-be8f2db988e3","percentComplete":100,"properties":{"backupPointInTime":"0001-01-01T00:00:00Z","deviceId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityId":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/devices/HSDK-ARCSX4MVKZ","entityType":"Microsoft.StorSimple/managers/devices","isCancellable":false,"jobStages":[],"jobType":"Backup","stats":{"completedWorkItemCount":0,"estimatedTimeRemaining":0,"totalWorkItemCount":0},"targetType":"FileServer"},"startTime":"2018-08-15T11:07:23.1954572Z","status":"Succeeded","type":"Microsoft.StorSimple/managers/devices/jobs"}]}},"ManagersListMetrics":{"value":{"value":[{"dimensions":[{"name":"Manager","value":"hAzureSDKOperations"}],"endTime":"2018-08-11T18:30:00Z","name":{"localizedValue":"Primary Storage Used","value":"HostUsedStorage"},"primaryAggregation":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374","startTime":"2018-08-04T18:30:00Z","timeGrain":"1.00:00:00","type":"Microsoft.StorSimple/managers/metrics","unit":"Bytes","values":[{"average":0,"count":1,"maximum":0,"minimum":0,"sum":0,"timeStamp":"2018-08-07T00:00:00Z"},{"average":1107165184,"count":1,"maximum":1107165184,"minimum":1107165184,"sum":1107165184,"timeStamp":"2018-08-11T00:00:00Z"},{"average":928645120,"count":1,"maximum":928645120,"minimum":928645120,"sum":928645120,"timeStamp":"2018-08-10T00:00:00Z"},{"average":0,"count":1,"maximum":0,"minimum":0,"sum":0,"timeStamp":"2018-08-08T00:00:00Z"},{"average":884342784,"count":1,"maximum":884342784,"minimum":884342784,"sum":884342784,"timeStamp":"2018-08-09T00:00:00Z"}]},{"dimensions":[{"name":"Manager","value":"hAzureSDKOperations"}],"endTime":"2018-08-11T18:30:00Z","name":{"localizedValue":"Cloud Storage Used","value":"CloudConsumedStorage"},"primaryAggregation":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374","startTime":"2018-08-04T18:30:00Z","timeGrain":"1.00:00:00","type":"Microsoft.StorSimple/managers/metrics","unit":"Bytes","values":[{"average":0,"count":1,"maximum":0,"minimum":0,"sum":0,"timeStamp":"2018-08-07T00:00:00Z"},{"average":0,"count":1,"maximum":0,"minimum":0,"sum":0,"timeStamp":"2018-08-08T00:00:00Z"},{"average":298096,"count":1,"maximum":298096,"minimum":298096,"sum":298096,"timeStamp":"2018-08-11T00:00:00Z"},{"average":274728,"count":1,"maximum":274728,"minimum":274728,"sum":274728,"timeStamp":"2018-08-10T00:00:00Z"},{"average":231725,"count":1,"maximum":231725,"minimum":231725,"sum":231725,"timeStamp":"2018-08-09T00:00:00Z"}]}]}},"ManagersListMetricDefinition":{"value":{"value":[{"dimensions":[{"name":"Manager","value":"hAzureSDKOperations"}],"metricAvailabilities":[{"retention":"P7D","timeGrain":"P1D"},{"retention":"P1M","timeGrain":"P1D"},{"retention":"P3M","timeGrain":"P1D"},{"retention":"P1Y","timeGrain":"P1D"}],"name":{"localizedValue":"Primary Storage Used","value":"HostUsedStorage"},"primaryAggregationType":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374","type":"Microsoft.StorSimple/managers/metricsDefinitions","unit":"Bytes"},{"dimensions":[{"name":"Manager","value":"hAzureSDKOperations"}],"metricAvailabilities":[{"retention":"P7D","timeGrain":"P1D"},{"retention":"P1M","timeGrain":"P1D"},{"retention":"P3M","timeGrain":"P1D"},{"retention":"P1Y","timeGrain":"P1D"}],"name":{"localizedValue":"Cloud Storage Used","value":"CloudConsumedStorage"},"primaryAggregationType":"Average","resourceId":"https://pod01-cis2.sea.storsimple.windowsazure.com/managers/4239154091695873374","type":"Microsoft.StorSimple/managers/metricsDefinitions","unit":"Bytes"}]}},"StorageAccountCredentialsListByManager":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageAccountCredentials/sacforsdktest","name":"sacforsdktest","properties":{"cloudType":"Azure","enableSSL":"Enabled","endPoint":"blob.core.windows.net","location":"West US","login":"sacforsdktest"},"type":"Microsoft.StorSimple/managers/storageAccountCredentials"}]}},"StorageAccountCredentialsGet":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageAccountCredentials/sacforsdktest","name":"sacforsdktest","properties":{"cloudType":"Azure","enableSSL":"Enabled","endPoint":"blob.core.windows.net","location":"West US","login":"sacforsdktest"},"type":"Microsoft.StorSimple/managers/storageAccountCredentials"}},"StorageAccountCredentialsCreateOrUpdate":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageAccountCredentials/sacforsdktest","name":"sacforsdktest","properties":{"cloudType":"Azure","enableSSL":"Enabled","endPoint":"blob.core.windows.net","location":"West US","login":"sacforsdktest"},"type":"Microsoft.StorSimple/managers/storageAccountCredentials"}},"StorageDomainsListByManager":{"value":{"value":[{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageDomains/sd-fs-HSDK-T4ZA3EAJFR","name":"sd-fs-HSDK-T4ZA3EAJFR","properties":{"encryptionStatus":"Disabled","storageAccountCredentialIds":["/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageAccountCredentials/sacforsdktest"]},"type":"Microsoft.StorSimple/managers/storageDomains"}]}},"StorageDomainsGet":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageDomains/sd-fs-HSDK-4XY4FI2IVG","name":"sd-fs-HSDK-4XY4FI2IVG","properties":{"encryptionStatus":"Disabled","storageAccountCredentialIds":["/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageAccountCredentials/sacforsdktest"]},"type":"Microsoft.StorSimple/managers/storageDomains"}},"StorageDomainsCreateOrUpdate":{"value":{"id":"/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageDomains/sd-fs-HSDK-4XY4FI2IVG","name":"sd-fs-HSDK-4XY4FI2IVG","properties":{"encryptionStatus":"Disabled","storageAccountCredentialIds":["/subscriptions/9eb689cd-7243-43b4-b6f6-5c65cb296641/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/hAzureSDKOperations/storageAccountCredentials/sacforsdktest"]},"type":"Microsoft.StorSimple/managers/storageDomains"}}},"parameters":{"apiVersionParameter":{"description":"The api version","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"OperationsList":{"value":"2016-10-01"},"ManagersList":{"value":"2016-10-01"},"ManagersListByResourceGroup":{"value":"2016-10-01"},"ManagersDelete":{"value":"2017-06-01"},"ManagersGet":{"value":"2016-10-01"},"ManagersUpdate":{"value":"2017-06-01"},"ManagersCreateOrUpdate":{"value":"2016-10-01"},"AccessControlRecordsListByManager":{"value":"2016-10-01"},"AccessControlRecordsDelete":{"value":"2016-10-01"},"AccessControlRecordsGet":{"value":"2016-10-01"},"AccessControlRecordsCreateOrUpdate":{"value":"2016-10-01"},"AlertsListByManager":{"value":"2016-10-01"},"BackupsListByManager":{"value":"2016-10-01"},"ManagersUploadRegistrationCertificate":{"value":"2016-10-01"},"AlertsClear":{"value":"2016-10-01"},"DevicesListByManager":{"value":"2016-10-01"},"DevicesDelete":{"value":"2016-10-01"},"DevicesGet":{"value":"2016-10-01"},"DevicesPatch":{"value":"2016-10-01"},"DevicesGetAlertSettings":{"value":"2016-10-01"},"DevicesCreateOrUpdateAlertSettings":{"value":"2016-10-01"},"BackupScheduleGroupsListByDevice":{"value":"2016-10-01"},"BackupScheduleGroupsDelete":{"value":"2016-10-01"},"BackupScheduleGroupsGet":{"value":"2016-10-01"},"BackupScheduleGroupsCreateOrUpdate":{"value":"2016-10-01"},"BackupsListByDevice":{"value":"2016-10-01"},"BackupsDelete":{"value":"2016-10-01"},"BackupsClone":{"value":"2016-10-01"},"ChapSettingsListByDevice":{"value":"2016-10-01"},"ChapSettingsDelete":{"value":"2016-10-01"},"ChapSettingsGet":{"value":"2016-10-01"},"ChapSettingsCreateOrUpdate":{"value":"2016-10-01"},"DevicesDeactivate":{"value":"2016-10-01"},"IscsiDisksListByDevice":{"value":"2016-10-01"},"DevicesDownloadUpdates":{"value":"2017-06-01"},"DevicesFailover":{"value":"2016-10-01"},"DevicesListFailoverTarget":{"value":"2016-10-01"},"FileServersListByDevice":{"value":"2016-10-01"},"FileServersDelete":{"value":"2016-10-01"},"FileServersGet":{"value":"2016-10-01"},"FileServersCreateOrUpdate":{"value":"2016-10-01"},"FileServersBackupNow":{"value":"2016-10-01"},"FileServersListMetrics":{"value":"2016-10-01"},"FileServersListMetricDefinition":{"value":"2016-10-01"},"FileSharesListByFileServer":{"value":"2016-10-01"},"FileSharesDelete":{"value":"2016-10-01"},"FileSharesGet":{"value":"2016-10-01"},"FileSharesCreateOrUpdate":{"value":"2016-10-01"},"FileSharesListMetrics":{"value":"2016-10-01"},"FileSharesListMetricDefinition":{"value":"2016-10-01"},"DevicesInstallUpdates":{"value":"2017-06-01"},"IscsiServersListByDevice":{"value":"2016-10-01"},"IscsiServersDelete":{"value":"2016-10-01"},"IscsiServersGet":{"value":"2016-10-01"},"IscsiServersCreateOrUpdate":{"value":"2016-10-01"},"IscsiServersBackupNow":{"value":"2016-10-01"},"IscsiDisksListByIscsiServer":{"value":"2016-10-01"},"IscsiDisksDelete":{"value":"2016-10-01"},"IscsiDisksGet":{"value":"2016-10-01"},"IscsiDisksCreateOrUpdate":{"value":"2016-10-01"},"IscsiDisksListMetrics":{"value":"2016-10-01"},"IscsiDisksListMetricDefinition":{"value":"2016-10-01"},"IscsiServersListMetrics":{"value":"2016-10-01"},"IscsiServersListMetricDefinition":{"value":"2016-10-01"},"JobsListByDevice":{"value":"2016-10-01"},"JobsGet":{"value":"2016-10-01"},"DevicesListMetrics":{"value":"2016-10-01"},"DevicesListMetricDefinition":{"value":"2016-10-01"},"DevicesGetNetworkSettings":{"value":"2016-10-01"},"DevicesScanForUpdates":{"value":"2016-10-01"},"DevicesCreateOrUpdateSecuritySettings":{"value":"2016-10-01"},"AlertsSendTestEmail":{"value":"2016-10-01"},"FileSharesListByDevice":{"value":"2016-10-01"},"DevicesGetTimeSettings":{"value":"2016-10-01"},"DevicesGetUpdateSummary":{"value":"2016-10-01"},"ManagersGetEncryptionSettings":{"value":"2016-10-01"},"ManagersDeleteExtendedInfo":{"value":"2016-10-01"},"ManagersGetExtendedInfo":{"value":"2016-10-01"},"ManagersUpdateExtendedInfo":{"value":"2016-10-01"},"ManagersCreateExtendedInfo":{"value":"2016-10-01"},"FileServersListByManager":{"value":"2016-10-01"},"ManagersGetEncryptionKey":{"value":"2016-10-01"},"IscsiServersListByManager":{"value":"2016-10-01"},"JobsListByManager":{"value":"2016-10-01"},"ManagersListMetrics":{"value":"2016-10-01"},"ManagersListMetricDefinition":{"value":"2016-10-01"},"StorageAccountCredentialsListByManager":{"value":"2016-10-01"},"StorageAccountCredentialsDelete":{"value":"2016-10-01"},"StorageAccountCredentialsGet":{"value":"2016-10-01"},"StorageAccountCredentialsCreateOrUpdate":{"value":"2016-10-01"},"StorageDomainsListByManager":{"value":"2016-10-01"},"StorageDomainsDelete":{"value":"2016-10-01"},"StorageDomainsGet":{"value":"2016-10-01"},"StorageDomainsCreateOrUpdate":{"value":"2016-10-01"}}},"managerNameParameter":{"description":"The manager name","in":"path","name":"managerName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":2,"maxLength":50},"examples":{"ManagersDelete":{"value":"ManagerForSDKTest2"},"ManagersGet":{"value":"hManagerForSDKTest"},"ManagersUpdate":{"value":"ManagerForSDKTest2"},"ManagersCreateOrUpdate":{"value":"hManagerForSDKTest"},"AccessControlRecordsListByManager":{"value":"hAzureSDKOperations"},"AccessControlRecordsDelete":{"value":"hAzureSDKOperations"},"AccessControlRecordsGet":{"value":"hAzureSDKOperations"},"AccessControlRecordsCreateOrUpdate":{"value":"hAzureSDKOperations"},"AlertsListByManager":{"value":"hManagerForSDKTest4"},"BackupsListByManager":{"value":"hAzureSDKOperations"},"ManagersUploadRegistrationCertificate":{"value":"ManagerForSDKTest2"},"AlertsClear":{"value":"hManagerForSDKTest4"},"DevicesListByManager":{"value":"hAzureSDKOperations"},"DevicesDelete":{"value":"ManagerForDeleteOperation"},"DevicesGet":{"value":"hAzureSDKOperations"},"DevicesPatch":{"value":"hAzureSDKOperations"},"DevicesGetAlertSettings":{"value":"hAzureSDKOperations"},"DevicesCreateOrUpdateAlertSettings":{"value":"hAzureSDKOperations"},"BackupScheduleGroupsListByDevice":{"value":"hAzureSDKOperations"},"BackupScheduleGroupsDelete":{"value":"hAzureSDKOperations"},"BackupScheduleGroupsGet":{"value":"hAzureSDKOperations"},"BackupScheduleGroupsCreateOrUpdate":{"value":"hAzureSDKOperations"},"BackupsListByDevice":{"value":"hAzureSDKOperations"},"BackupsDelete":{"value":"hAzureSDKOperations"},"BackupsClone":{"value":"hAzureSDKOperations"},"ChapSettingsListByDevice":{"value":"hAzureSDKOperations"},"ChapSettingsDelete":{"value":"hAzureSDKOperations"},"ChapSettingsGet":{"value":"hAzureSDKOperations"},"ChapSettingsCreateOrUpdate":{"value":"hAzureSDKOperations"},"DevicesDeactivate":{"value":"ManagerForDeleteOperation"},"IscsiDisksListByDevice":{"value":"hAzureSDKOperations"},"DevicesDownloadUpdates":{"value":"ManagerForSDKTest1"},"DevicesFailover":{"value":"hAzureSDKOperations"},"DevicesListFailoverTarget":{"value":"hAzureSDKOperations"},"FileServersListByDevice":{"value":"hAzureSDKOperations"},"FileServersDelete":{"value":"hAzureSDKOperations"},"FileServersGet":{"value":"hAzureSDKOperations"},"FileServersCreateOrUpdate":{"value":"hAzureSDKOperations"},"FileServersBackupNow":{"value":"hAzureSDKOperations"},"FileServersListMetrics":{"value":"hAzureSDKOperations"},"FileServersListMetricDefinition":{"value":"hAzureSDKOperations"},"FileSharesListByFileServer":{"value":"hAzureSDKOperations"},"FileSharesDelete":{"value":"hAzureSDKOperations"},"FileSharesGet":{"value":"hAzureSDKOperations"},"FileSharesCreateOrUpdate":{"value":"hAzureSDKOperations"},"FileSharesListMetrics":{"value":"hAzureSDKOperations"},"FileSharesListMetricDefinition":{"value":"hAzureSDKOperations"},"DevicesInstallUpdates":{"value":"ManagerForSDKTest1"},"IscsiServersListByDevice":{"value":"hAzureSDKOperations"},"IscsiServersDelete":{"value":"hAzureSDKOperations"},"IscsiServersGet":{"value":"hAzureSDKOperations"},"IscsiServersCreateOrUpdate":{"value":"hAzureSDKOperations"},"IscsiServersBackupNow":{"value":"hAzureSDKOperations"},"IscsiDisksListByIscsiServer":{"value":"hAzureSDKOperations"},"IscsiDisksDelete":{"value":"hAzureSDKOperations"},"IscsiDisksGet":{"value":"hAzureSDKOperations"},"IscsiDisksCreateOrUpdate":{"value":"hAzureSDKOperations"},"IscsiDisksListMetrics":{"value":"hAzureSDKOperations"},"IscsiDisksListMetricDefinition":{"value":"hAzureSDKOperations"},"IscsiServersListMetrics":{"value":"hAzureSDKOperations"},"IscsiServersListMetricDefinition":{"value":"hAzureSDKOperations"},"JobsListByDevice":{"value":"hAzureSDKOperations"},"JobsGet":{"value":"hAzureSDKOperations"},"DevicesListMetrics":{"value":"hAzureSDKOperations"},"DevicesListMetricDefinition":{"value":"hAzureSDKOperations"},"DevicesGetNetworkSettings":{"value":"hAzureSDKOperations"},"DevicesScanForUpdates":{"value":"hManagerForSDKTest4"},"DevicesCreateOrUpdateSecuritySettings":{"value":"hAzureSDKOperations"},"AlertsSendTestEmail":{"value":"hManagerForSDKTest4"},"FileSharesListByDevice":{"value":"hAzureSDKOperations"},"DevicesGetTimeSettings":{"value":"hAzureSDKOperations"},"DevicesGetUpdateSummary":{"value":"hManagerForSDKTest4"},"ManagersGetEncryptionSettings":{"value":"hAzureSDKOperations"},"ManagersDeleteExtendedInfo":{"value":"hManagerForSDKTest"},"ManagersGetExtendedInfo":{"value":"hAzureSDKOperations"},"ManagersUpdateExtendedInfo":{"value":"hManagerForSDKTest"},"ManagersCreateExtendedInfo":{"value":"ManagerForSDKTest2"},"FileServersListByManager":{"value":"hAzureSDKOperations"},"ManagersGetEncryptionKey":{"value":"hAzureSDKOperations"},"IscsiServersListByManager":{"value":"hAzureSDKOperations"},"JobsListByManager":{"value":"hAzureSDKOperations"},"ManagersListMetrics":{"value":"hAzureSDKOperations"},"ManagersListMetricDefinition":{"value":"hAzureSDKOperations"},"StorageAccountCredentialsListByManager":{"value":"hAzureSDKOperations"},"StorageAccountCredentialsDelete":{"value":"hAzureSDKOperations"},"StorageAccountCredentialsGet":{"value":"hAzureSDKOperations"},"StorageAccountCredentialsCreateOrUpdate":{"value":"hAzureSDKOperations"},"StorageDomainsListByManager":{"value":"hAzureSDKOperations"},"StorageDomainsDelete":{"value":"hAzureSDKOperations"},"StorageDomainsGet":{"value":"hAzureSDKOperations"},"StorageDomainsCreateOrUpdate":{"value":"hAzureSDKOperations"}}},"resourceGroupNameParameter":{"description":"The resource group name","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ManagersListByResourceGroup":{"value":"ResourceGroupForSDKTest"},"ManagersDelete":{"value":"ResourceGroupForSDKTest"},"ManagersGet":{"value":"ResourceGroupForSDKTest"},"ManagersUpdate":{"value":"ResourceGroupForSDKTest"},"ManagersCreateOrUpdate":{"value":"ResourceGroupForSDKTest"},"AccessControlRecordsListByManager":{"value":"ResourceGroupForSDKTest"},"AccessControlRecordsDelete":{"value":"ResourceGroupForSDKTest"},"AccessControlRecordsGet":{"value":"ResourceGroupForSDKTest"},"AccessControlRecordsCreateOrUpdate":{"value":"ResourceGroupForSDKTest"},"AlertsListByManager":{"value":"ResourceGroupForSDKTest"},"BackupsListByManager":{"value":"ResourceGroupForSDKTest"},"ManagersUploadRegistrationCertificate":{"value":"ResourceGroupForSDKTest"},"AlertsClear":{"value":"ResourceGroupForSDKTest"},"DevicesListByManager":{"value":"ResourceGroupForSDKTest"},"DevicesDelete":{"value":"ResourceGroupForSDKTest"},"DevicesGet":{"value":"ResourceGroupForSDKTest"},"DevicesPatch":{"value":"ResourceGroupForSDKTest"},"DevicesGetAlertSettings":{"value":"ResourceGroupForSDKTest"},"DevicesCreateOrUpdateAlertSettings":{"value":"ResourceGroupForSDKTest"},"BackupScheduleGroupsListByDevice":{"value":"ResourceGroupForSDKTest"},"BackupScheduleGroupsDelete":{"value":"ResourceGroupForSDKTest"},"BackupScheduleGroupsGet":{"value":"ResourceGroupForSDKTest"},"BackupScheduleGroupsCreateOrUpdate":{"value":"ResourceGroupForSDKTest"},"BackupsListByDevice":{"value":"ResourceGroupForSDKTest"},"BackupsDelete":{"value":"ResourceGroupForSDKTest"},"BackupsClone":{"value":"ResourceGroupForSDKTest"},"ChapSettingsListByDevice":{"value":"ResourceGroupForSDKTest"},"ChapSettingsDelete":{"value":"ResourceGroupForSDKTest"},"ChapSettingsGet":{"value":"ResourceGroupForSDKTest"},"ChapSettingsCreateOrUpdate":{"value":"ResourceGroupForSDKTest"},"DevicesDeactivate":{"value":"ResourceGroupForSDKTest"},"IscsiDisksListByDevice":{"value":"ResourceGroupForSDKTest"},"DevicesDownloadUpdates":{"value":"ResourceGroupForSDKTest"},"DevicesFailover":{"value":"ResourceGroupForSDKTest"},"DevicesListFailoverTarget":{"value":"ResourceGroupForSDKTest"},"FileServersListByDevice":{"value":"ResourceGroupForSDKTest"},"FileServersDelete":{"value":"ResourceGroupForSDKTest"},"FileServersGet":{"value":"ResourceGroupForSDKTest"},"FileServersCreateOrUpdate":{"value":"ResourceGroupForSDKTest"},"FileServersBackupNow":{"value":"ResourceGroupForSDKTest"},"FileServersListMetrics":{"value":"ResourceGroupForSDKTest"},"FileServersListMetricDefinition":{"value":"ResourceGroupForSDKTest"},"FileSharesListByFileServer":{"value":"ResourceGroupForSDKTest"},"FileSharesDelete":{"value":"ResourceGroupForSDKTest"},"FileSharesGet":{"value":"ResourceGroupForSDKTest"},"FileSharesCreateOrUpdate":{"value":"ResourceGroupForSDKTest"},"FileSharesListMetrics":{"value":"ResourceGroupForSDKTest"},"FileSharesListMetricDefinition":{"value":"ResourceGroupForSDKTest"},"DevicesInstallUpdates":{"value":"ResourceGroupForSDKTest"},"IscsiServersListByDevice":{"value":"ResourceGroupForSDKTest"},"IscsiServersDelete":{"value":"ResourceGroupForSDKTest"},"IscsiServersGet":{"value":"ResourceGroupForSDKTest"},"IscsiServersCreateOrUpdate":{"value":"ResourceGroupForSDKTest"},"IscsiServersBackupNow":{"value":"ResourceGroupForSDKTest"},"IscsiDisksListByIscsiServer":{"value":"ResourceGroupForSDKTest"},"IscsiDisksDelete":{"value":"ResourceGroupForSDKTest"},"IscsiDisksGet":{"value":"ResourceGroupForSDKTest"},"IscsiDisksCreateOrUpdate":{"value":"ResourceGroupForSDKTest"},"IscsiDisksListMetrics":{"value":"ResourceGroupForSDKTest"},"IscsiDisksListMetricDefinition":{"value":"ResourceGroupForSDKTest"},"IscsiServersListMetrics":{"value":"ResourceGroupForSDKTest"},"IscsiServersListMetricDefinition":{"value":"ResourceGroupForSDKTest"},"JobsListByDevice":{"value":"ResourceGroupForSDKTest"},"JobsGet":{"value":"ResourceGroupForSDKTest"},"DevicesListMetrics":{"value":"ResourceGroupForSDKTest"},"DevicesListMetricDefinition":{"value":"ResourceGroupForSDKTest"},"DevicesGetNetworkSettings":{"value":"ResourceGroupForSDKTest"},"DevicesScanForUpdates":{"value":"ResourceGroupForSDKTest"},"DevicesCreateOrUpdateSecuritySettings":{"value":"ResourceGroupForSDKTest"},"AlertsSendTestEmail":{"value":"ResourceGroupForSDKTest"},"FileSharesListByDevice":{"value":"ResourceGroupForSDKTest"},"DevicesGetTimeSettings":{"value":"ResourceGroupForSDKTest"},"DevicesGetUpdateSummary":{"value":"ResourceGroupForSDKTest"},"ManagersGetEncryptionSettings":{"value":"ResourceGroupForSDKTest"},"ManagersDeleteExtendedInfo":{"value":"ResourceGroupForSDKTest"},"ManagersGetExtendedInfo":{"value":"ResourceGroupForSDKTest"},"ManagersUpdateExtendedInfo":{"value":"ResourceGroupForSDKTest"},"ManagersCreateExtendedInfo":{"value":"ResourceGroupForSDKTest"},"FileServersListByManager":{"value":"ResourceGroupForSDKTest"},"ManagersGetEncryptionKey":{"value":"ResourceGroupForSDKTest"},"IscsiServersListByManager":{"value":"ResourceGroupForSDKTest"},"JobsListByManager":{"value":"ResourceGroupForSDKTest"},"ManagersListMetrics":{"value":"ResourceGroupForSDKTest"},"ManagersListMetricDefinition":{"value":"ResourceGroupForSDKTest"},"StorageAccountCredentialsListByManager":{"value":"ResourceGroupForSDKTest"},"StorageAccountCredentialsDelete":{"value":"ResourceGroupForSDKTest"},"StorageAccountCredentialsGet":{"value":"ResourceGroupForSDKTest"},"StorageAccountCredentialsCreateOrUpdate":{"value":"ResourceGroupForSDKTest"},"StorageDomainsListByManager":{"value":"ResourceGroupForSDKTest"},"StorageDomainsDelete":{"value":"ResourceGroupForSDKTest"},"StorageDomainsGet":{"value":"ResourceGroupForSDKTest"},"StorageDomainsCreateOrUpdate":{"value":"ResourceGroupForSDKTest"}}},"subscriptionIdParameter":{"description":"The subscription id","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"ManagersList":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersListByResourceGroup":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersDelete":{"value":"4385cf00-2d3a-425a-832f-f4285b1c9dce"},"ManagersGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersUpdate":{"value":"4385cf00-2d3a-425a-832f-f4285b1c9dce"},"ManagersCreateOrUpdate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"AccessControlRecordsListByManager":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"AccessControlRecordsDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"AccessControlRecordsGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"AccessControlRecordsCreateOrUpdate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"AlertsListByManager":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"BackupsListByManager":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersUploadRegistrationCertificate":{"value":"4385cf00-2d3a-425a-832f-f4285b1c9dce"},"AlertsClear":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesListByManager":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesPatch":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesGetAlertSettings":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesCreateOrUpdateAlertSettings":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"BackupScheduleGroupsListByDevice":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"BackupScheduleGroupsDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"BackupScheduleGroupsGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"BackupScheduleGroupsCreateOrUpdate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"BackupsListByDevice":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"BackupsDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"BackupsClone":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ChapSettingsListByDevice":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ChapSettingsDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ChapSettingsGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ChapSettingsCreateOrUpdate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesDeactivate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiDisksListByDevice":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesDownloadUpdates":{"value":"4385cf00-2d3a-425a-832f-f4285b1c9dce"},"DevicesFailover":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesListFailoverTarget":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileServersListByDevice":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileServersDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileServersGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileServersCreateOrUpdate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileServersBackupNow":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileServersListMetrics":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileServersListMetricDefinition":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileSharesListByFileServer":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileSharesDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileSharesGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileSharesCreateOrUpdate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileSharesListMetrics":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileSharesListMetricDefinition":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesInstallUpdates":{"value":"4385cf00-2d3a-425a-832f-f4285b1c9dce"},"IscsiServersListByDevice":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiServersDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiServersGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiServersCreateOrUpdate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiServersBackupNow":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiDisksListByIscsiServer":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiDisksDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiDisksGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiDisksCreateOrUpdate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiDisksListMetrics":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiDisksListMetricDefinition":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiServersListMetrics":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiServersListMetricDefinition":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"JobsListByDevice":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"JobsGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesListMetrics":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesListMetricDefinition":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesGetNetworkSettings":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesScanForUpdates":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesCreateOrUpdateSecuritySettings":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"AlertsSendTestEmail":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"FileSharesListByDevice":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesGetTimeSettings":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"DevicesGetUpdateSummary":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersGetEncryptionSettings":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersDeleteExtendedInfo":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersGetExtendedInfo":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersUpdateExtendedInfo":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersCreateExtendedInfo":{"value":"4385cf00-2d3a-425a-832f-f4285b1c9dce"},"FileServersListByManager":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersGetEncryptionKey":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"IscsiServersListByManager":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"JobsListByManager":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersListMetrics":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"ManagersListMetricDefinition":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"StorageAccountCredentialsListByManager":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"StorageAccountCredentialsDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"StorageAccountCredentialsGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"StorageAccountCredentialsCreateOrUpdate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"StorageDomainsListByManager":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"StorageDomainsDelete":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"StorageDomainsGet":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"},"StorageDomainsCreateOrUpdate":{"value":"9eb689cd-7243-43b4-b6f6-5c65cb296641"}}}},"requestBodies":{"ManagerExtendedInfo":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagerExtendedInfo"}}},"description":"The manager extended information.","required":true}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"AccessControlRecord":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The access control record","properties":{"properties":{"$ref":"#/components/schemas/AccessControlRecordProperties"}},"required":["properties"],"type":"object"},"AccessControlRecordList":{"description":"Collection of AccessControlRecords","properties":{"value":{"description":"The value.","items":{"$ref":"#/components/schemas/AccessControlRecord"},"type":"array"}},"required":["value"],"type":"object"},"AccessControlRecordProperties":{"description":"Properties of access control record","properties":{"initiatorName":{"description":"The Iscsi initiator name (IQN)","type":"string"}},"required":["initiatorName"],"type":"object"},"Alert":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"Alert class","properties":{"properties":{"$ref":"#/components/schemas/AlertProperties"}},"required":["properties"],"type":"object"},"AlertErrorDetails":{"description":"Error details for the alert","properties":{"errorCode":{"description":"Error code.","type":"string"},"errorMessage":{"description":"Error Message","type":"string"},"occurences":{"description":"Number of occurrences.","format":"int32","type":"integer"}},"type":"object"},"AlertFilter":{"description":"Filters that can be specified on the alert","properties":{"appearedOnTime":{"description":"UTC time on which the alert appeared","format":"date-time","type":"string"},"severity":{"description":"Severity of the alert","enum":["Informational","Warning","Critical"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AlertSeverity"}},"sourceName":{"description":"Source name of the alert","type":"string"},"sourceType":{"description":"Source of the alert","enum":["Resource","Device"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AlertSourceType"}},"status":{"description":"Status of the alert","enum":["Active","Cleared"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AlertStatus"}}},"type":"object"},"AlertList":{"description":"Collection of Alerts","properties":{"nextLink":{"description":"Id of the next page of alerts","type":"string"},"value":{"description":"The value.","items":{"$ref":"#/components/schemas/Alert"},"type":"array"}},"required":["value"],"type":"object"},"AlertProperties":{"description":"Properties of alert","properties":{"alertType":{"description":"Type of the alert","type":"string"},"appearedAtSourceTime":{"description":"UTC time at which the alert appeared on the source","format":"date-time","type":"string"},"appearedAtTime":{"description":"UTC time at which the alert appeared","format":"date-time","type":"string"},"clearedAtSourceTime":{"description":"UTC time at which the alert was cleared on the source","format":"date-time","type":"string"},"clearedAtTime":{"description":"UTC time at which the alert got cleared","format":"date-time","type":"string"},"detailedInformation":{"additionalProperties":{"type":"string"},"description":"Other information about the alert","type":"object"},"errorDetails":{"$ref":"#/components/schemas/AlertErrorDetails"},"recommendation":{"description":"Recommendation for acting on the alert","type":"string"},"resolutionReason":{"description":"Reason for resolving the alert","type":"string"},"scope":{"description":"Device or Resource alert","enum":["Resource","Device"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AlertScope"}},"severity":{"description":"Severity of the alert","enum":["Informational","Warning","Critical"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AlertSeverity"}},"source":{"$ref":"#/components/schemas/AlertSource"},"status":{"description":"Current status of the alert","enum":["Active","Cleared"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AlertStatus"}},"title":{"description":"Title of the alert","type":"string"}},"required":["title","scope","alertType","appearedAtTime","appearedAtSourceTime","source","severity","status"],"type":"object"},"AlertSettings":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"AlertSettings on the device which represents how alerts will be processed","properties":{"properties":{"$ref":"#/components/schemas/AlertSettingsProperties"}},"required":["properties"],"type":"object"},"AlertSettingsProperties":{"description":"Class containing the properties of AlertSettings","properties":{"additionalRecipientEmailList":{"description":"List of email addresses (apart from admin/co-admin of subscription) to whom the alert emails need to be sent","items":{"type":"string"},"type":"array"},"alertNotificationCulture":{"description":"Culture setting to be used while building alert emails. For eg: \"en-US\"","type":"string"},"emailNotification":{"description":"Value indicating whether user/admins will receive emails when an alert condition occurs on the system","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AlertEmailNotificationStatus"}},"notificationToServiceOwners":{"description":"Value indicating whether service owners will receive emails when an alert condition occurs on the system. Applicable only if emailNotification flag is Enabled.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"ServiceOwnersAlertNotificationStatus"}}},"required":["emailNotification","notificationToServiceOwners","alertNotificationCulture"],"type":"object"},"AlertSource":{"description":"source at which the alert can be raised","properties":{"alertSourceType":{"description":"Source type of the alert.","enum":["Resource","Device"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AlertSourceType"}},"name":{"description":"Name of the source.","type":"string"},"timeZone":{"description":"The time zone.","type":"string"}},"type":"object"},"AsymmetricEncryptedSecret":{"description":"This class can be used as the Type for any secret entity represented as Password, CertThumbprint, Algorithm. This class is intended to be used when the secret is encrypted with an asymmetric key pair. The encryptionAlgorithm field is mainly for future usage to potentially allow different entities encrypted using different algorithms.","properties":{"encryptionAlgorithm":{"description":"Algorithm used to encrypt \"Value\"","enum":["None","AES256","RSAES_PKCS1_v_1_5"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"EncryptionAlgorithm"}},"encryptionCertificateThumbprint":{"description":"Thumbprint certificate that was used to encrypt \"Value\"","type":"string"},"value":{"description":"The value of the secret itself. If the secret is in plaintext then EncryptionAlgorithm will be none and EncryptionCertThumbprint will be null.","type":"string"}},"required":["value","encryptionAlgorithm"],"type":"object"},"AvailableProviderOperation":{"description":"Class represents provider operation","properties":{"display":{"$ref":"#/components/schemas/AvailableProviderOperationDisplay"},"name":{"description":"Gets or sets the name of the operation being performed on this particular object\r\nReturn value format: \"{resourceProviderNamespace}/{resourceType}/{read|write|deletion|action}\"\r\nEg: Microsoft.StorSimple/managers/devices/fileServers/read\r\n    Microsoft.StorSimple/managers/devices/alerts/clearAlerts/action","type":"string"},"origin":{"description":"Gets or sets Origin\r\nThe intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.\r\nDefault value is “user,system”","type":"string"},"properties":{"$ref":"#/components/schemas/AvailableProviderOperationProperties"}},"type":"object"},"AvailableProviderOperationDisplay":{"description":"Contains the localized display information for this particular operation / action. \r\nThese value will be used by several clients for \r\n(1) custom role definitions for RBAC; \r\n(2) complex query filters for the event service; and (3) audit history / records for management operations.","properties":{"description":{"description":"Gets or sets Description\r\nThe localized friendly description for the operation, as it should be shown to the user. \r\nIt should be thorough, yet concise – it will be used in tool tips and detailed views.","type":"string"},"operation":{"description":"Gets or sets Operation\r\nThe localized friendly name for the operation, as it should be shown to the user. \r\nIt should be concise (to fit in drop downs) but clear (i.e. self-documenting). It should use Title Casing and include the entity/resource to which it applies.","type":"string"},"provider":{"description":"Gets or sets Provider\r\nThe localized friendly form of the resource provider name – it is expected to also include the publisher/company responsible. \r\nIt should use Title Casing and begin with “Microsoft” for 1st party services.","type":"string"},"resource":{"description":"Gets or sets Resource\r\nThe localized friendly form of the resource type related to this action/operation – it should match the public documentation for the resource provider. \r\nIt should use Title Casing – for examples, please refer to the “name” section.","type":"string"}},"type":"object"},"AvailableProviderOperationProperties":{"description":"Class represents Properties in AvailableProviderOperations","properties":{},"type":"object"},"AvailableProviderOperations":{"description":"Class for set of operations used for discovery of available provider operations.","properties":{"nextLink":{"description":"The NextLink.","type":"string"},"value":{"description":"The value.","items":{"$ref":"#/components/schemas/AvailableProviderOperation"},"type":"array"}},"required":["value"],"type":"object"},"Backup":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The backup.","properties":{"properties":{"$ref":"#/components/schemas/BackupProperties"}},"required":["properties"],"type":"object"},"BackupElement":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"Class represents BackupElement","properties":{"properties":{"$ref":"#/components/schemas/BackupElementProperties"}},"required":["properties"],"type":"object"},"BackupElementProperties":{"description":"The backup element properties","properties":{"dataPolicy":{"description":"The data policy of backed up endpoint.","enum":["Invalid","Local","Tiered","Cloud"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DataPolicy"}},"endpointName":{"description":"The name of the endpoint.","type":"string"},"sizeInBytes":{"description":"The size in bytes.","format":"int64","type":"integer"}},"required":["sizeInBytes","endpointName","dataPolicy"],"type":"object"},"BackupFilter":{"description":"Backup OData filter class","properties":{"createdTime":{"description":"Gets or sets CreatedTime","format":"date-time","type":"string"},"initiatedBy":{"description":"Gets or sets InitiatedBy","enum":["Manual","Scheduled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"InitiatedBy"}}},"type":"object"},"BackupList":{"description":"Collection of backups","properties":{"nextLink":{"description":"The NextLink.","type":"string"},"value":{"description":"The value.","items":{"$ref":"#/components/schemas/Backup"},"type":"array"}},"required":["value"],"type":"object"},"BackupProperties":{"description":"Class represents Backup properties","properties":{"createdTime":{"description":"The time when the backup was created.","format":"date-time","type":"string"},"deviceId":{"description":"The Device Identifier.","type":"string"},"elements":{"description":"The backup elements.","items":{"$ref":"#/components/schemas/BackupElement"},"type":"array"},"expirationTime":{"description":"The time when the backup will expire.","format":"date-time","type":"string"},"initiatedBy":{"description":"Indicates how the backup was initiated \"Manual | Scheduled\".","enum":["Manual","Scheduled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"InitiatedBy"}},"sizeInBytes":{"description":"The backup size in bytes.","format":"int64","type":"integer"},"targetId":{"description":"The path id of the target FileServer or IscsiServer for which the backup was taken.","type":"string"},"targetType":{"description":"Type of target, FileServer or IscsiServer","type":"string"}},"required":["sizeInBytes","initiatedBy","deviceId","elements"],"type":"object"},"BackupScheduleGroup":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The Backup Schedule Group","properties":{"properties":{"$ref":"#/components/schemas/BackupScheduleGroupProperties"}},"required":["properties"],"type":"object"},"BackupScheduleGroupList":{"description":"The list response of backup schedule groups","properties":{"value":{"description":"The value.","items":{"$ref":"#/components/schemas/BackupScheduleGroup"},"type":"array"}},"required":["value"],"type":"object"},"BackupScheduleGroupProperties":{"description":"The Backup Schedule Group Properties","properties":{"startTime":{"$ref":"#/components/schemas/Time"}},"required":["startTime"],"type":"object"},"BaseModel":{"description":"Base class for models","properties":{"id":{"description":"The identifier.","readOnly":true,"type":"string"},"name":{"description":"The name.","readOnly":true,"type":"string"},"type":{"description":"The type.","readOnly":true,"type":"string"}},"type":"object"},"ChapProperties":{"description":"Chap properties","properties":{"password":{"$ref":"#/components/schemas/AsymmetricEncryptedSecret"}},"required":["password"],"type":"object"},"ChapSettings":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"Challenge-Handshake Authentication Protocol (CHAP) setting","properties":{"properties":{"$ref":"#/components/schemas/ChapProperties"}},"required":["properties"],"type":"object"},"ChapSettingsList":{"description":"Collection of Chap setting entities","properties":{"value":{"description":"The chap settings entity collection","items":{"$ref":"#/components/schemas/ChapSettings"},"type":"array"}},"required":["value"],"type":"object"},"ClearAlertRequest":{"description":"Request for clearing the alert","properties":{"alerts":{"description":"List of alert Ids to be cleared","items":{"type":"string"},"type":"array"},"resolutionMessage":{"description":"Resolution message while clearing the request","type":"string"}},"required":["alerts"],"type":"object"},"CloneRequest":{"description":"Clone Job Request Model.","properties":{"properties":{"$ref":"#/components/schemas/CloneRequestProperties"}},"required":["properties"],"type":"object"},"CloneRequestProperties":{"description":"Properties of CloneRequest","properties":{"disk":{"$ref":"#/components/schemas/ISCSIDisk"},"newEndpointName":{"description":"Name of new endpoint which will created as part of clone job.","type":"string"},"share":{"$ref":"#/components/schemas/FileShare"},"targetAccessPointId":{"description":"Access point Id on which clone job will performed.","type":"string"},"targetDeviceId":{"description":"DeviceId of the device which will act as the Clone target","type":"string"}},"required":["targetDeviceId","targetAccessPointId","newEndpointName"],"type":"object"},"Device":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"Represents a StorSimple device object along with its properties","properties":{"properties":{"$ref":"#/components/schemas/DeviceProperties"}},"type":"object"},"DeviceDetails":{"description":"Class containing more granular details about the device","properties":{"availableLocalStorageInBytes":{"description":"Local pending storage available on the device in bytes","format":"int64","type":"integer"},"availableStorageInBytes":{"description":"Total pending available storage on the device in bytes","format":"int64","type":"integer"},"endpointCount":{"description":"Total number of endpoints that are currently on the device ( i.e. number of shares on FileServer or number of volumes on IscsiServer)","format":"int32","type":"integer"},"provisionedLocalStorageInBytes":{"description":"Storage in bytes that has been provisioned locally on the device","format":"int64","type":"integer"},"provisionedStorageInBytes":{"description":"Storage in bytes that has been provisioned on the device including both local and cloud","format":"int64","type":"integer"},"totalBackupSizeInBytes":{"description":"Total size taken up by backups in bytes","format":"int64","type":"integer"},"totalLocalStorageInBytes":{"description":"Total local storage capacity in device in bytes.","format":"int64","type":"integer"},"totalStorageInBytes":{"description":"Total storage available on the device in bytes.","format":"int64","type":"integer"},"usingLocalStorageInBytes":{"description":"Local Storage that is being currently used in bytes","format":"int64","type":"integer"},"usingStorageInBytes":{"description":"Storage that is being currently used in bytes including both local and cloud","format":"int64","type":"integer"}},"type":"object"},"DeviceList":{"description":"Collection of Devices","properties":{"value":{"description":"The value.","items":{"$ref":"#/components/schemas/Device"},"type":"array"}},"required":["value"],"type":"object"},"DevicePatch":{"description":"Class that represents the Input for the PATCH call on Device. Currently the only patchable property on device is \"DeviceDescription\"","properties":{"deviceDescription":{"description":"Short description given for the device","type":"string"}},"type":"object"},"DeviceProperties":{"description":"Encases all the properties of the Device","properties":{"activationTime":{"description":"The UTC time at which the device was activated","format":"date-time","type":"string"},"allowedDeviceOperations":{"description":"Operations that are allowed on the device based on its current state","items":{"enum":["None","Delete","DeleteWithWarning","DRSource","DRTarget","Browsable","ReadOnlyForDR","Deactivate"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DeviceOperation"}},"type":"array"},"culture":{"description":"Language culture setting on the device. For eg: \"en-US\"","type":"string"},"details":{"$ref":"#/components/schemas/DeviceDetails"},"deviceCapabilities":{"description":"Device can be configured either as FileServer or IscsiServer","items":{"enum":["Invalid","FileServer","IscsiServer"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"SupportedDeviceCapabilities"}},"type":"array"},"deviceConfigurationStatus":{"description":"\"Complete\" if the device has been successfully registered as File/IscsiServer and the creation of share/volume is complete, \"Pending\" if the device is only registered but the creation of share/volume is complete is still pending","enum":["Complete","Pending"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DeviceConfigurationStatus"}},"deviceDescription":{"description":"Short description given for the device","type":"string"},"deviceSoftwareVersion":{"description":"Version number of the software running on the device","type":"string"},"domainName":{"description":"Fully qualified name of the domain to which the device is attached","type":"string"},"friendlySoftwareName":{"description":"Friendly name for the software version","type":"string"},"modelDescription":{"description":"Name of the device model","type":"string"},"status":{"description":"Current status of the device","enum":["Unknown","Online","Offline","RequiresAttention","MaintenanceMode","Creating","Provisioning","Deleted","ReadyToSetup","Deactivated","Deactivating"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DeviceStatus"}},"type":{"description":"Type of the device","enum":["Invalid","Appliance","VirtualAppliance","Series9000OnPremVirtualAppliance","Series9000VirtualAppliance","Series9000PhysicalAppliance"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DeviceType"}}},"type":"object"},"EncryptionSettings":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The EncryptionSettings","properties":{"properties":{"$ref":"#/components/schemas/EncryptionSettingsProperties"}},"required":["properties"],"type":"object"},"EncryptionSettingsProperties":{"description":"The properties of EncryptionSettings","properties":{"encryptionStatus":{"description":"The encryption status which indicates if encryption is enabled or not.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"EncryptionStatus"}},"keyRolloverStatus":{"description":"The key rollover status which indicates if key rollover is required or not. If secrets encryption has been upgraded, then it requires key rollover.","enum":["Required","NotRequired"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"KeyRolloverStatus"}}},"required":["encryptionStatus","keyRolloverStatus"],"type":"object"},"Error":{"properties":{"errorCode":{"type":"string"},"message":{"$ref":"#/components/schemas/Message"},"values":{"items":{"$ref":"#/components/schemas/Item"},"type":"array"}},"required":["errorCode","message"],"type":"object"},"FailoverRequest":{"description":"The Failover request object.","properties":{"accesspointIds":{"items":{"type":"string"},"type":"array"},"keepSourceDevice":{"type":"boolean"},"skipValidation":{"type":"boolean"},"targetDeviceId":{"type":"string"}},"type":"object"},"FileServer":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The file server.","properties":{"properties":{"$ref":"#/components/schemas/FileServerProperties"}},"required":["properties"],"type":"object"},"FileServerList":{"description":"Collection of file servers","properties":{"value":{"description":"The value.","items":{"$ref":"#/components/schemas/FileServer"},"type":"array"}},"required":["value"],"type":"object"},"FileServerProperties":{"description":"The file server properties.","properties":{"backupScheduleGroupId":{"description":"The backup policy id.","type":"string"},"description":{"description":"The description of the file server","type":"string"},"domainName":{"description":"Domain of the file server","type":"string"},"storageDomainId":{"description":"The storage domain id.","type":"string"}},"required":["domainName","storageDomainId","backupScheduleGroupId"],"type":"object"},"FileShare":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The File Share.","properties":{"properties":{"$ref":"#/components/schemas/FileShareProperties"}},"required":["properties"],"type":"object"},"FileShareList":{"description":"Collection of file shares","properties":{"value":{"description":"The value.","items":{"$ref":"#/components/schemas/FileShare"},"type":"array"}},"required":["value"],"type":"object"},"FileShareProperties":{"description":"The File Share.","properties":{"adminUser":{"description":"The user/group who will have full permission in this share. Active directory email address. Example: xyz@contoso.com or Contoso\\xyz.","type":"string"},"dataPolicy":{"description":"The data policy","enum":["Invalid","Local","Tiered","Cloud"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DataPolicy"}},"description":{"description":"Description for file share","type":"string"},"localUsedCapacityInBytes":{"description":"The local used capacity in Bytes.","format":"int64","readOnly":true,"type":"integer"},"monitoringStatus":{"description":"The monitoring status","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"MonitoringStatus"}},"provisionedCapacityInBytes":{"description":"The total provisioned capacity in Bytes","format":"int64","type":"integer"},"shareStatus":{"description":"The Share Status","enum":["Online","Offline"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"ShareStatus"}},"usedCapacityInBytes":{"description":"The used capacity in Bytes.","format":"int64","readOnly":true,"type":"integer"}},"required":["shareStatus","dataPolicy","adminUser","provisionedCapacityInBytes","monitoringStatus"],"type":"object"},"IPConfig":{"description":"Details related to the IP address configuration","properties":{"gateway":{"description":"The gateway of the network adapter.","type":"string"},"ipAddress":{"description":"The IP address of the network adapter, either ipv4 or ipv6.","type":"string"},"prefixLength":{"description":"The prefix length of the network adapter.","format":"int32","type":"integer"}},"required":["ipAddress","gateway"],"type":"object"},"ISCSIDisk":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The iSCSI disk.","properties":{"properties":{"$ref":"#/components/schemas/ISCSIDiskProperties"}},"required":["properties"],"type":"object"},"ISCSIDiskList":{"description":"Collection of Iscsi disk","properties":{"value":{"description":"The value.","items":{"$ref":"#/components/schemas/ISCSIDisk"},"type":"array"}},"required":["value"],"type":"object"},"ISCSIDiskProperties":{"description":"The iSCSI disk properties.","properties":{"accessControlRecords":{"description":"The access control records.","items":{"type":"string"},"type":"array"},"dataPolicy":{"description":"The data policy.","enum":["Invalid","Local","Tiered","Cloud"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DataPolicy"}},"description":{"description":"The description.","type":"string"},"diskStatus":{"description":"The disk status.","enum":["Online","Offline"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DiskStatus"}},"localUsedCapacityInBytes":{"description":"The local used capacity in bytes.","format":"int64","readOnly":true,"type":"integer"},"monitoringStatus":{"description":"The monitoring.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"MonitoringStatus"}},"provisionedCapacityInBytes":{"description":"The provisioned capacity in bytes.","format":"int64","type":"integer"},"usedCapacityInBytes":{"description":"The used capacity in bytes.","format":"int64","readOnly":true,"type":"integer"}},"required":["diskStatus","accessControlRecords","dataPolicy","provisionedCapacityInBytes","monitoringStatus"],"type":"object"},"ISCSIServer":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The iSCSI server.","properties":{"properties":{"$ref":"#/components/schemas/ISCSIServerProperties"}},"required":["properties"],"type":"object"},"ISCSIServerList":{"description":"Collection of Iscsi servers","properties":{"value":{"description":"The value.","items":{"$ref":"#/components/schemas/ISCSIServer"},"type":"array"}},"required":["value"],"type":"object"},"ISCSIServerProperties":{"description":"The iSCSI server properties.","properties":{"backupScheduleGroupId":{"description":"The backup policy id.","type":"string"},"chapId":{"description":"The chap id.","type":"string"},"description":{"description":"The description.","type":"string"},"reverseChapId":{"description":"The reverse chap id.","type":"string"},"storageDomainId":{"description":"The storage domain id.","type":"string"}},"required":["storageDomainId","backupScheduleGroupId"],"type":"object"},"Item":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"required":["key","value"],"type":"object"},"Job":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The Job.","properties":{"endTime":{"description":"The UTC time at which the job completed","format":"date-time","type":"string"},"error":{"$ref":"#/components/schemas/JobErrorDetails"},"percentComplete":{"description":"The percentage of the job that is already complete","format":"int32","type":"integer"},"properties":{"$ref":"#/components/schemas/JobProperties"},"startTime":{"description":"The UTC time at which the job was started","format":"date-time","type":"string"},"status":{"description":"Current status of the job","enum":["Invalid","Running","Succeeded","Failed","Canceled","Paused","Scheduled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobStatus"}}},"required":["status","percentComplete"],"type":"object"},"JobErrorDetails":{"description":"The job error information containing List of JobErrorItem.","properties":{"code":{"description":"The code intended for programmatic access","type":"string"},"errorDetails":{"description":"The error details.","items":{"$ref":"#/components/schemas/JobErrorItem"},"type":"array"},"message":{"description":"The message intended to describe the error in detail","type":"string"}},"required":["code","message"],"type":"object"},"JobErrorItem":{"description":"The job error items.","properties":{"code":{"description":"The code intended for programmatic access","type":"string"},"message":{"description":"The message intended to describe the error in detail","type":"string"},"recommendations":{"description":"The recommended actions.","items":{"type":"string"},"type":"array"}},"required":["code","message"],"type":"object"},"JobFilter":{"description":"Filters that can be specified for the job","properties":{"jobType":{"description":"The job type.","enum":["Backup","Clone","Failover","DownloadUpdates","InstallUpdates"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobType"}},"startTime":{"description":"The start time of the job.","format":"date-time","type":"string"},"status":{"description":"The job status.","enum":["Invalid","Running","Succeeded","Failed","Canceled","Paused","Scheduled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobStatus"}}},"required":["jobType","status"],"type":"object"},"JobList":{"description":"Collection of jobs","properties":{"nextLink":{"description":"The NextLink.","type":"string"},"value":{"description":"The value.","items":{"$ref":"#/components/schemas/Job"},"type":"array"}},"required":["value"],"type":"object"},"JobProperties":{"description":"properties for the job","properties":{"backupPointInTime":{"description":"The time of the backup used for the failover.","format":"date-time","type":"string"},"deviceId":{"description":"The device id in which the job is currently running","type":"string"},"downloadProgress":{"$ref":"#/components/schemas/UpdateDownloadProgress"},"entityId":{"description":"The entity identifier for which the job ran.","type":"string"},"entityType":{"description":"The entity type for which the job ran.","type":"string"},"installProgress":{"$ref":"#/components/schemas/UpdateInstallProgress"},"isCancellable":{"description":"Represents whether the job is cancellable or not","type":"boolean"},"jobStages":{"description":"The job stages.","items":{"$ref":"#/components/schemas/JobStage"},"type":"array"},"jobType":{"description":"Type of the job","enum":["Backup","Clone","Failover","DownloadUpdates","InstallUpdates"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobType"}},"sourceDeviceId":{"description":"The source device identifier of the failover job.","type":"string"},"stats":{"$ref":"#/components/schemas/JobStats"},"targetId":{"description":"Id of the object that is created by the job","type":"string"},"targetType":{"description":"The target type of the backup.","enum":["FileServer","DiskServer"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"TargetType"}}},"required":["jobType"],"type":"object"},"JobStage":{"description":"Contains details about the multiple job stages of a job","properties":{"detail":{"description":"The details of the stage.","type":"string"},"errorCode":{"description":"The error code of the stage if any.","type":"string"},"message":{"description":"The message of the job stage.","type":"string"},"stageStatus":{"description":"The stage status.","enum":["Invalid","Running","Succeeded","Failed","Canceled","Paused","Scheduled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobStatus"}}},"required":["stageStatus"],"type":"object"},"JobStats":{"description":"Stats that are available for all jobs in common","properties":{"completedWorkItemCount":{"description":"Completed work item count.","format":"int32","type":"integer"},"estimatedTimeRemaining":{"description":"The estimated time remaining.","format":"int32","type":"integer"},"totalWorkItemCount":{"description":"Total work item count.","format":"int32","type":"integer"}},"type":"object"},"Manager":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The StorSimple Manager","properties":{"etag":{"description":"ETag of the Manager","type":"string"},"properties":{"$ref":"#/components/schemas/ManagerProperties"}},"type":"object"},"ManagerExtendedInfo":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The extended info of the manager.","properties":{"etag":{"description":"ETag of the Resource","type":"string"},"properties":{"$ref":"#/components/schemas/ManagerExtendedInfoProperties"}},"required":["properties"],"type":"object"},"ManagerExtendedInfoProperties":{"description":"Properties of the ManagerExtendedInfo","properties":{"algorithm":{"description":"Represents the encryption algorithm used to encrypt the other keys. None - if EncryptionKey is saved in plain text format. AlgorithmName - if encryption is used","type":"string"},"encryptionKey":{"description":"Represents the CEK of the resource","type":"string"},"encryptionKeyThumbprint":{"description":"Represents the Cert thumbprint that was used to encrypt the CEK","type":"string"},"integrityKey":{"description":"Represents the CIK of the resource","type":"string"},"portalCertificateThumbprint":{"description":"Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.","type":"string"},"version":{"description":"Represents the version of the ExtendedInfo object being persisted","type":"string"}},"required":["integrityKey","algorithm"],"type":"object"},"ManagerIntrinsicSettings":{"description":"Intrinsic settings which refers to the type of the StorSimple manager","properties":{"type":{"description":"Refers to the type of the StorSimple Manager","enum":["GardaV1","HelsinkiV1"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"ManagerType"}}},"required":["type"],"type":"object"},"ManagerList":{"description":"List of StorSimple Managers under a particular resourceGroup","properties":{"value":{"description":"List of Managers","items":{"$ref":"#/components/schemas/Manager"},"type":"array"}},"required":["value"],"type":"object"},"ManagerPatch":{"description":"The StorSimple Manager patch.","properties":{"tags":{"additionalProperties":{"type":"string"},"description":"The tags attached to the StorSimple Manager.","type":"object"}},"type":"object"},"ManagerProperties":{"description":"The properties of the Manager","properties":{"cisIntrinsicSettings":{"$ref":"#/components/schemas/ManagerIntrinsicSettings"},"provisioningState":{"description":"Specifies the state of the resource as it is getting provisioned. Value of \"Succeeded\" means the Manager was successfully created","readOnly":true,"type":"string"},"sku":{"$ref":"#/components/schemas/ManagerSku"}},"type":"object"},"ManagerSku":{"description":"The Sku.","properties":{"name":{"description":"Refers to the sku name which should be \"Standard\"","enum":["Standard"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"ManagerSkuType"}}},"required":["name"],"type":"object"},"Message":{"properties":{"language":{"type":"string"},"value":{"type":"string"}},"type":"object"},"MetricAvailablity":{"description":"Metric availability specifies the time grain (aggregation interval or frequency) and the retention period for that time grain","properties":{"retention":{"description":"The retention period for the metric at the specified timegrain","type":"string"},"timeGrain":{"description":"The time grain, specifies the aggregation interval for the metric.","type":"string"}},"required":["timeGrain","retention"],"type":"object"},"MetricData":{"description":"The metric data.","properties":{"average":{"description":"The average of all sample for the given instance","format":"double","type":"number"},"count":{"description":"The count of samples of the metric data available for the given instance","format":"int32","type":"integer"},"maximum":{"description":"The maximum of all samples available","format":"double","type":"number"},"minimum":{"description":"The minimum of all samples available","format":"double","type":"number"},"sum":{"description":"The sum of all the samples available in the given instance of time for the specific metric data","format":"double","type":"number"},"timeStamp":{"description":"The time when the metric data is fetched","format":"date-time","type":"string"}},"required":["timeStamp","sum","count","average","minimum","maximum"],"type":"object"},"MetricDefinition":{"description":"Monitoring metric definition represents the metadata of the metrics.","properties":{"dimensions":{"description":"The supported dimensions","items":{"$ref":"#/components/schemas/MetricDimension"},"type":"array"},"metricAvailabilities":{"description":"The available metric granularities","items":{"$ref":"#/components/schemas/MetricAvailablity"},"type":"array"},"name":{"$ref":"#/components/schemas/MetricName"},"primaryAggregationType":{"description":"The metric aggregation type","enum":["Average","Last","Maximum","Minimum","None","Total"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"MetricAggregationType"}},"resourceId":{"description":"The metric source id","type":"string"},"type":{"description":"The metric definition type","type":"string"},"unit":{"description":"The metric unit","enum":["Bytes","BytesPerSecond","Count","CountPerSecond","Percent","Seconds"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"MetricUnit"}}},"required":["name","unit","primaryAggregationType","resourceId","metricAvailabilities","dimensions","type"],"type":"object"},"MetricDefinitionList":{"description":"List of metric definition","properties":{"value":{"description":"The list of metric definition","items":{"$ref":"#/components/schemas/MetricDefinition"},"type":"array"}},"required":["value"],"type":"object"},"MetricDimension":{"description":"Metric dimension","properties":{"name":{"description":"Metric dimension name","type":"string"},"value":{"description":"Metric dimension values","type":"string"}},"required":["name","value"],"type":"object"},"MetricFilter":{"description":"class representing the filters to be passed while fetching metrics","properties":{"endTime":{"description":"endtime for fetching metrics","format":"date-time","type":"string"},"name":{"$ref":"#/components/schemas/MetricNameFilter"},"startTime":{"description":"starttime for fetching metrics","format":"date-time","type":"string"},"timeGrain":{"description":"timegrain of the metrics","type":"string"}},"type":"object"},"MetricList":{"description":"Collection of metrics","properties":{"value":{"description":"The value.","items":{"$ref":"#/components/schemas/Metrics"},"type":"array"}},"required":["value"],"type":"object"},"MetricName":{"description":"The name of the metric","properties":{"localizedValue":{"description":"Localized name of the metric","type":"string"},"value":{"description":"Name of the metric","type":"string"}},"required":["value","localizedValue"],"type":"object"},"MetricNameFilter":{"description":"Class representing the name filter to be passed while fetching metrics","properties":{"value":{"description":"The value.","type":"string"}},"type":"object"},"Metrics":{"description":"Monitoring metric","properties":{"dimensions":{"description":"The Metric dimension which indicates the source of the metric","items":{"$ref":"#/components/schemas/MetricDimension"},"type":"array"},"endTime":{"description":"The metric end time","format":"date-time","type":"string"},"name":{"$ref":"#/components/schemas/MetricName"},"primaryAggregation":{"description":"The metric aggregation type","enum":["Average","Last","Maximum","Minimum","None","Total"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"MetricAggregationType"}},"resourceId":{"description":"The id of metric source","type":"string"},"startTime":{"description":"The metric start time","format":"date-time","type":"string"},"timeGrain":{"description":"The time grain, time grain indicates frequency of the metric data","type":"string"},"type":{"description":"The Type of the metric data","type":"string"},"unit":{"description":"The unit of the metric data","enum":["Bytes","BytesPerSecond","Count","CountPerSecond","Percent","Seconds"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"MetricUnit"}},"values":{"description":"The metric data","items":{"$ref":"#/components/schemas/MetricData"},"type":"array"}},"required":["resourceId","startTime","endTime","timeGrain","primaryAggregation","name","dimensions","unit","type","values"],"type":"object"},"NetworkAdapter":{"description":"Represents a networkAdapter in a particular node.","properties":{"dhcpStatus":{"description":"Represents state of DHCP.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DhcpStatus"}},"iPv4Info":{"$ref":"#/components/schemas/IPConfig"},"iPv6Info":{"$ref":"#/components/schemas/IPConfig"},"linkSpeed":{"description":"The speed of the network adapter.","format":"int64","type":"integer"},"networkAdapterName":{"description":"The name of the network adapter.","type":"string"}},"required":["networkAdapterName","dhcpStatus"],"type":"object"},"NetworkSettings":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The NetworkSettings of a device","properties":{"properties":{"$ref":"#/components/schemas/NetworkSettingsProperties"}},"required":["properties"],"type":"object"},"NetworkSettingsProperties":{"description":"The properties of NetworkSettings","properties":{"nodeNetworks":{"description":"The NetworkAdapters under each node of the device.","items":{"$ref":"#/components/schemas/NodeNetwork"},"type":"array"},"primaryDnsServer":{"description":"The Primary DNS server for the device","type":"string"},"secondaryDnsServer":{"description":"The secondary DNS server for the device","type":"string"}},"required":["primaryDnsServer","nodeNetworks"],"type":"object"},"NodeNetwork":{"description":"Represents a single node in a device.","properties":{"networkAdapters":{"description":"The array of network adapters in the node.","items":{"$ref":"#/components/schemas/NetworkAdapter"},"type":"array"}},"required":["networkAdapters"],"type":"object"},"RawCertificateData":{"description":"Raw Certificate Data From IDM","properties":{"authType":{"description":"Specify the Authentication type","enum":["Invalid","AccessControlService","AzureActiveDirectory"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AuthType"}},"certificate":{"description":"Gets or sets the base64 encoded certificate raw data string","type":"string"}},"required":["certificate"],"type":"object"},"Resource":{"description":"The Azure Resource.","properties":{"id":{"description":"The Resource Id","readOnly":true,"type":"string"},"location":{"description":"The Geo location of the Manager","type":"string"},"name":{"description":"The Resource Name","readOnly":true,"type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"Tags attached to the Manager","type":"object"},"type":{"description":"The Resource type","readOnly":true,"type":"string"}},"required":["location"],"type":"object","x-ms-azure-resource":true},"ResourceCertificateAndAADDetails":{"description":"Resource Certificate And AAD Details from IDM","properties":{"aadAuthority":{"description":"AAD tenant authority","type":"string"},"aadTenantId":{"description":"AAD tenant Id","type":"string"},"authType":{"description":"Specify the Authentication type","enum":["Invalid","AccessControlService","AzureActiveDirectory"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AuthType"}},"azureManagementEndpointAudience":{"description":"Azure Management Endpoint Audience","type":"string"},"certificate":{"description":"Gets or sets the base64 encoded certificate raw data string","type":"string"},"friendlyName":{"description":"Certificate friendly name","type":"string"},"issuer":{"description":"Certificate issuer","type":"string"},"resourceId":{"description":"Gets or Sets the ResourceId","format":"int64","type":"integer"},"servicePrincipalClientId":{"description":"AAD service principal clientId","type":"string"},"servicePrincipalObjectId":{"description":"AAD service principal ObjectId","type":"string"},"subject":{"description":"Certificate Subject Name","type":"string"},"thumbprint":{"description":"Certificate thumbprint","type":"string"},"validFrom":{"description":"Certificate Validity start Date time","format":"date-time","type":"string"},"validTo":{"description":"Certificate Validity End Date time","format":"date-time","type":"string"}},"required":["certificate","resourceId","aadAuthority","aadTenantId","servicePrincipalClientId","servicePrincipalObjectId","azureManagementEndpointAudience","subject","validFrom","validTo","thumbprint","friendlyName","issuer"],"type":"object"},"SecuritySettings":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The SecuritySettings of a device","properties":{"properties":{"$ref":"#/components/schemas/SecuritySettingsProperties"}},"required":["properties"],"type":"object"},"SecuritySettingsProperties":{"description":"The properties of SecuritySettings","properties":{"deviceAdminPassword":{"$ref":"#/components/schemas/AsymmetricEncryptedSecret"}},"required":["deviceAdminPassword"],"type":"object"},"SendTestAlertEmailRequest":{"description":"Request for sending test alert email","properties":{"emailList":{"description":"List of emails to send the test alerts","items":{"type":"string"},"type":"array"}},"required":["emailList"],"type":"object"},"StorageAccountCredential":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The storage account credential","properties":{"properties":{"$ref":"#/components/schemas/StorageAccountCredentialProperties"}},"required":["properties"],"type":"object"},"StorageAccountCredentialList":{"description":"Collection of Storage account credential entities","properties":{"value":{"description":"The value.","items":{"$ref":"#/components/schemas/StorageAccountCredential"},"type":"array"}},"required":["value"],"type":"object"},"StorageAccountCredentialProperties":{"description":"Storage account properties","properties":{"accessKey":{"$ref":"#/components/schemas/AsymmetricEncryptedSecret"},"cloudType":{"description":"The cloud service provider","enum":["Azure","S3","S3_RRS","OpenStack","HP"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"CloudType"}},"enableSSL":{"description":"SSL needs to be enabled or not","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"SslStatus"}},"endPoint":{"description":"The storage endpoint","type":"string"},"location":{"description":"The storage account's geo location","type":"string"},"login":{"description":"The storage account login","type":"string"}},"required":["cloudType","endPoint","login","enableSSL"],"type":"object"},"StorageDomain":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The storage domain.","properties":{"properties":{"$ref":"#/components/schemas/StorageDomainProperties"}},"required":["properties"],"type":"object"},"StorageDomainList":{"description":"Collection of storage domains","properties":{"value":{"description":"The value.","items":{"$ref":"#/components/schemas/StorageDomain"},"type":"array"}},"required":["value"],"type":"object"},"StorageDomainProperties":{"description":"The storage domain properties.","properties":{"encryptionKey":{"$ref":"#/components/schemas/AsymmetricEncryptedSecret"},"encryptionStatus":{"description":"The encryption status \"Enabled | Disabled\".","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"EncryptionStatus"}},"storageAccountCredentialIds":{"description":"The storage account credentials.","items":{"type":"string"},"type":"array"}},"required":["storageAccountCredentialIds","encryptionStatus"],"type":"object"},"SymmetricEncryptedSecret":{"description":"This class can be used as the Type for any secret entity represented as Value, ValueCertificateThumbprint, EncryptionAlgorithm. In this case, \"Value\" is a secret and the \"valueThumbprint\" represents the certificate thumbprint of the value. The algorithm field is mainly for future usage to potentially allow different entities encrypted using different algorithms.","properties":{"encryptionAlgorithm":{"description":"Algorithm used to encrypt \"Value\"","enum":["None","AES256","RSAES_PKCS1_v_1_5"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"EncryptionAlgorithm"}},"value":{"description":"The value of the secret itself. If the secret is in plaintext or null then EncryptionAlgorithm will be none","type":"string"},"valueCertificateThumbprint":{"description":"Thumbprint cert that was used to encrypt \"Value\"","type":"string"}},"required":["value","encryptionAlgorithm"],"type":"object"},"Time":{"description":"The Time.","properties":{"hour":{"description":"The hour.","format":"int32","maximum":23,"minimum":0,"type":"integer"},"minute":{"description":"The minute.","format":"int32","maximum":59,"minimum":0,"type":"integer"}},"required":["hour","minute"],"type":"object"},"TimeSettings":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The TimeSettings of a device","properties":{"properties":{"$ref":"#/components/schemas/TimeSettingsProperties"}},"required":["properties"],"type":"object"},"TimeSettingsProperties":{"description":"The properties of TimeSettings","properties":{"primaryTimeServer":{"description":"The primary Network Time Protocol (NTP) server name, like 'time.windows.com'.","type":"string"},"secondaryTimeServer":{"description":"The secondary Network Time Protocol (NTP) server name, like 'time.contoso.com'. It's optional.","type":"string"},"timeZone":{"description":"The timezone of device, like '(UTC -06:00) Central America'","type":"string"}},"required":["timeZone","primaryTimeServer"],"type":"object"},"UpdateDownloadProgress":{"description":"details available during the download","properties":{"downloadPhase":{"description":"The download phase.","enum":["Unknown","Initializing","Downloading","Verifying"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DownloadPhase"}},"numberOfUpdatesDownloaded":{"description":"Number of updates downloaded.","format":"int32","type":"integer"},"numberOfUpdatesToDownload":{"description":"Number of updates to download.","format":"int32","type":"integer"},"percentComplete":{"description":"Percentage of completion.","format":"int32","type":"integer"},"totalBytesDownloaded":{"description":"Total bytes downloaded.","format":"double","type":"number"},"totalBytesToDownload":{"description":"Total bytes to download.","format":"double","type":"number"}},"type":"object"},"UpdateInstallProgress":{"description":"Class representing the progress during installation of updates","properties":{"numberOfUpdatesInstalled":{"description":"Number of updates installed.","format":"int32","type":"integer"},"numberOfUpdatesToInstall":{"description":"Number of updates to install.","format":"int32","type":"integer"},"percentComplete":{"description":"Percentage of completion.","format":"int32","type":"integer"}},"type":"object"},"Updates":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"The updates profile","properties":{"properties":{"$ref":"#/components/schemas/UpdatesProperties"}},"type":"object"},"UpdatesProperties":{"description":"Properties of the update profile","properties":{"deviceLastScannedTime":{"description":"The last time when the device did an update scan.","format":"date-time","type":"string"},"deviceVersion":{"description":"The current Device version.","type":"string"},"inProgressDownloadJobId":{"description":"If a download is in progress, this field contains the JobId of that particular download job","type":"string"},"inProgressDownloadJobStartedTime":{"description":"The time when the currently running download (if any) started","format":"date-time","type":"string"},"inProgressInstallJobId":{"description":"If an install is in progress, this field contains the JobId of that particular install job","type":"string"},"inProgressInstallJobStartedTime":{"description":"The time when the currently running install (if any) started","format":"date-time","type":"string"},"inProgressScanStartedTime":{"description":"The time when the currently running scan (if any) started","format":"date-time","type":"string"},"lastCompletedDownloadJobTime":{"description":"The time when the last Download job was completed (success|cancelled|failed) on the device.","format":"date-time","type":"string"},"lastCompletedInstallJobTime":{"description":"The time when the last Install job was completed (success|cancelled|failed) on the device.","format":"date-time","type":"string"},"lastCompletedScanTime":{"description":"The time when the last scan job was completed (success|cancelled|failed) on the device.","format":"date-time","type":"string"},"rebootRequiredForInstall":{"description":"Set to true if RegularUpdatesAvailable is true and if at least one of the updateItems detected has needs a reboot to install.","type":"boolean"},"regularUpdatesAvailable":{"description":"Set to true if regular updates were detected for the current version of the device.","type":"boolean"},"status":{"description":"The current update operation.","enum":["Idle","Scanning","Downloading","Installing"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"UpdateOperation"}},"totalItemsPendingForDownload":{"description":"The total number of items pending for download.","format":"int32","type":"integer"},"totalItemsPendingForInstall":{"description":"The total number of items pending for install.","format":"int32","type":"integer"}},"type":"object"},"UploadCertificateRequest":{"description":"Upload Certificate Request to IDM","properties":{"contractVersion":{"description":"Gets ContractVersion","enum":["InvalidVersion","V2011_09","V2012_02","V2012_05","V2012_12","V2013_04","V2013_10","V2013_11","V2014_04","V2014_06","V2014_07","V2014_09","V2014_10","V2014_12","V2015_01","V2015_02","V2015_04","V2015_05","V2015_06","V2015_07","V2015_08","V2015_10","V2015_12","V2016_01","V2016_02","V2016_04","V2016_05","V2016_07","V2016_08"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"ContractVersions"}},"properties":{"$ref":"#/components/schemas/RawCertificateData"}},"required":["properties"],"type":"object"},"UploadCertificateResponse":{"allOf":[{"$ref":"#/components/schemas/BaseModel"}],"description":"Upload Certificate Response from IDM","properties":{"properties":{"$ref":"#/components/schemas/ResourceCertificateAndAADDetails"}},"required":["properties"],"type":"object"}}}}