openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 314 kB
JSON
{"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"}}}}},