{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-healthcareapis-healthcare-apis","description":"HealthcareApisClient","version":"2019-09-16","base_url":"https://management.azure.com","endpoints":9,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api HealthcareApisClient\n@base https://management.azure.com\n@version 2019-09-16\n@auth OAuth2\n@common_fields {api-version: any # Client Api Version.}\n@endpoints 9\n@toc subscriptions(8), providers(1)\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\n@desc Get the metadata of a service instance.\n@required {subscriptionId: any # The subscription identifier., resourceGroupName: any # The name of the resource group that contains the service instance., resourceName: any # The name of the service instance.}\n@returns(200) The body contains all of the properties of the service instance.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\n@desc Create or update the metadata of a service instance.\n@required {subscriptionId: any # The subscription identifier., resourceGroupName: any # The name of the resource group that contains the service instance., resourceName: any # The name of the service instance., serviceDescription: map # The service instance metadata.}\n@returns(200) Updated - Put request accepted and an existing resource is being updated; the operation will complete asynchronously.\n@returns(201) Created - Put request accepted and a new resource was created; the operation will complete asynchronously.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\n@desc Update the metadata of a service instance.\n@required {subscriptionId: any # The subscription identifier., resourceGroupName: any # The name of the resource group that contains the service instance., resourceName: any # The name of the service instance., servicePatchDescription: map # The service instance metadata and security metadata.}\n@returns(200) The tags for the resource were updated successfully.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\n@desc Delete a service instance.\n@required {subscriptionId: any # The subscription identifier., resourceGroupName: any # The name of the resource group that contains the service instance., resourceName: any # The name of the service instance.}\n@returns(202) Accepted - Delete request accepted; the operation will complete asynchronously.\n@returns(204) The resource does not exist.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services\n@desc Get all the service instances in a subscription.\n@required {subscriptionId: any # The subscription identifier.}\n@returns(200) This is a synchronous operation. The body contains a JSON-serialized array of the metadata from all the service instances in the subscription.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services\n@desc Get all the service instances in a resource group.\n@required {subscriptionId: any # The subscription identifier., resourceGroupName: any # The name of the resource group that contains the service instance.}\n@returns(200) This is a synchronous operation. The body contains a JSON-serialized array of the metadata from all the service instances in the resource group.\n\n@endgroup\n\n@group providers\n@endpoint GET /providers/Microsoft.HealthcareApis/operations\n@desc Lists all of the available Healthcare service REST API operations.\n@returns(200) OK. The request has succeeded.\n\n@endgroup\n\n@group subscriptions\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability\n@desc Check if a service instance name is available.\n@required {subscriptionId: any # The subscription identifier., checkNameAvailabilityInputs: map # Set the name parameter in the CheckNameAvailabilityParameters structure to the name of the service instance to check.}\n@returns(200) This is a synchronous operation. The body contains a JSON-serialized response that specifies whether the service name is available. If the name is not available, the body contains the reason.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/{locationName}/operationresults/{operationResultId}\n@desc Get the operation result for a long running operation.\n@required {subscriptionId: any # The subscription identifier., locationName: any # The location of the operation., operationResultId: any # The ID of the operation result to get.}\n@returns(200) The body contains all of the properties of the operation result.\n@returns(202) Accepted - Get request accepted; the operation will complete asynchronously.\n@errors {404: No operation result was found matching operationResultId.}\n\n@endgroup\n\n@end\n"}