openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 120 kB
JSON
{"openapi":"3.0.0","info":{"description":"The Azure BatchAI Management API.","title":"BatchAI","version":"2018-05-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-ms-code-generation-settings":{"name":"BatchAIManagementClient"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/batchai/resource-manager/Microsoft.BatchAI/stable/2018-05-01/BatchAI.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"batchai-BatchAI","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.BatchAI/operations":{"get":{"description":"Lists available operations for the Microsoft.BatchAI provider.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"Create or update cluster":{"$ref":"#/components/examples/Create_or_update_cluster"}}}}}},"tags":["Operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.BatchAI/locations/{location}/usages":{"get":{"description":"Gets the current usage information as well as limits for Batch AI resources for given subscription.","operationId":"Usages_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The location for which resource usage is queried.","in":"path","name":"location","required":true,"schema":{"type":"string","pattern":"^[-\\w\\._]+$"},"examples":{"Create or update cluster":{"value":"eastus"}}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListUsagesResult"},"examples":{"Create or update cluster":{"$ref":"#/components/examples/Create_or_update_cluster"}}}}}},"tags":["Usage"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.BatchAI/workspaces":{"get":{"description":"Gets a list of Workspaces associated with the given subscription.","operationId":"Workspaces_List","parameters":[{"$ref":"#/components/parameters/MaxResultsParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains a formatted list of workspaces and their properties.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkspaceListResult"},"examples":{"List file servers":{"$ref":"#/components/examples/List_file_servers"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Workspace"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces":{"get":{"description":"Gets a list of Workspaces within the specified resource group.","operationId":"Workspaces_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/MaxResultsParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains a list of workspaces within the resource group.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkspaceListResult"},"examples":{"List workspaces":{"$ref":"#/components/examples/List_workspaces"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Workspace"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}":{"delete":{"description":"Deletes a Workspace.","operationId":"Workspaces_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful."},"202":{"description":"The operation will be completed asynchronously."},"204":{"description":"No content."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Workspace"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about a Workspace.","operationId":"Workspaces_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains information about the Workspace.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"},"examples":{"Get a workspace information":{"$ref":"#/components/examples/Get_a_workspace_information"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Workspace"]},"patch":{"description":"Updates properties of a Workspace.","operationId":"Workspaces_Update","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkspaceUpdateParameters"}}},"description":"Additional parameters for workspace update.","required":true},"responses":{"200":{"description":"The operation was successful. The response contains the Workspace entity.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"},"examples":{"Update workspace tags":{"$ref":"#/components/examples/Update_workspace_tags"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Workspace"]},"put":{"description":"Creates a Workspace.","operationId":"Workspaces_Create","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkspaceCreateParameters"}}},"description":"Workspace creation parameters.","required":true},"responses":{"200":{"description":"The operation was successful. The response contains the workspace entity.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"},"examples":{"Create a workspace":{"$ref":"#/components/examples/Create_a_workspace"}}}}},"202":{"description":"The operation will be completed asynchronously."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Workspace"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/clusters":{"get":{"description":"Gets information about Clusters associated with the given Workspace.","operationId":"Clusters_ListByWorkspace","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/MaxResultsParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains a list of Clusters and their properties.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterListResult"},"examples":{"Get a list of cluster in a workspace":{"$ref":"#/components/examples/Get_a_list_of_cluster_in_a_workspace"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Cluster"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/clusters/{clusterName}":{"delete":{"description":"Deletes a Cluster.","operationId":"Clusters_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ClusterNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful."},"202":{"description":"The operation will be completed asynchronously."},"204":{"description":"No content."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Cluster"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about a Cluster.","operationId":"Clusters_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ClusterNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains information about the Cluster.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"Get a cluster's information":{"$ref":"#/components/examples/Get_a_cluster_s_information"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Cluster"]},"patch":{"description":"Updates properties of a Cluster.","operationId":"Clusters_Update","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ClusterNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterUpdateParameters"}}},"description":"Additional parameters for cluster update.","required":true},"responses":{"200":{"description":"The operation was successful. The response contains the Cluster entity.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"Resize a cluster":{"$ref":"#/components/examples/Resize_a_cluster"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Cluster"]},"put":{"description":"Creates a Cluster in the given Workspace.","operationId":"Clusters_Create","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ClusterNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterCreateParameters"}}},"description":"The parameters to provide for the Cluster creation.","required":true},"responses":{"200":{"description":"The operation was successful. The response contains the Cluster entity.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"Create a cluster":{"$ref":"#/components/examples/Create_a_cluster"}}}}},"202":{"description":"The operation will be completed asynchronously."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Cluster"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/clusters/{clusterName}/listRemoteLoginInformation":{"post":{"description":"Get the IP address, port of all the compute nodes in the Cluster.","operationId":"Clusters_ListRemoteLoginInformation","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ClusterNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains the list of IP addresses.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteLoginInformationListResult"},"examples":{"Get remote login information for a cluster's nodes ":{"$ref":"#/components/examples/Get_remote_login_information_for_a_cluster_s_nodes_"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Cluster"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments":{"get":{"description":"Gets a list of Experiments within the specified Workspace.","operationId":"Experiments_ListByWorkspace","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/MaxResultsParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains a list of experiments within the workspace.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExperimentListResult"},"examples":{"List experiments":{"$ref":"#/components/examples/List_experiments"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Experiment"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}":{"delete":{"description":"Deletes an Experiment.","operationId":"Experiments_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ExperimentNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful."},"202":{"description":"The operation will be completed asynchronously."},"204":{"description":"No content."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Experiment"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about an Experiment.","operationId":"Experiments_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ExperimentNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains information about the experiment.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Experiment"},"examples":{"Get an experiment information":{"$ref":"#/components/examples/Get_an_experiment_information"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Experiment"]},"put":{"description":"Creates an Experiment.","operationId":"Experiments_Create","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ExperimentNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains the experiment entity.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Experiment"},"examples":{"Create an experiment":{"$ref":"#/components/examples/Create_an_experiment"}}}}},"202":{"description":"The operation will be completed asynchronously."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Experiment"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs":{"get":{"description":"Gets a list of Jobs within the specified Experiment.","operationId":"Jobs_ListByExperiment","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ExperimentNameParameter"},{"$ref":"#/components/parameters/MaxResultsParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains a list of ExperimentJob entities associated with the experiment.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobListResult"},"examples":{"List jobs in an experiment":{"$ref":"#/components/examples/List_jobs_in_an_experiment"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Job"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs/{jobName}":{"delete":{"description":"Deletes a Job.","operationId":"Jobs_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ExperimentNameParameter"},{"$ref":"#/components/parameters/JobNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful."},"202":{"description":"The operation will be completed asynchronously."},"204":{"description":"No content."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Job"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about a Job.","operationId":"Jobs_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ExperimentNameParameter"},{"$ref":"#/components/parameters/JobNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains the Job entity.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"},"examples":{"Get job's information":{"$ref":"#/components/examples/Get_job_s_information"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Job"]},"put":{"description":"Creates a Job in the given Experiment.","operationId":"Jobs_Create","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ExperimentNameParameter"},{"$ref":"#/components/parameters/JobNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobCreateParameters"}}},"description":"The parameters to provide for job creation.","required":true},"responses":{"200":{"description":"The operation was successful. The response contains the job entity.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"},"examples":{"Create a job":{"$ref":"#/components/examples/Create_a_job"}}}}},"202":{"description":"The operation will be completed asynchronously."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Job"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs/{jobName}/listOutputFiles":{"post":{"description":"List all directories and files inside the given directory of the Job's output directory (if the output directory is on Azure File Share or Azure Storage Container).","operationId":"Jobs_ListOutputFiles","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ExperimentNameParameter"},{"$ref":"#/components/parameters/JobNameParameter"},{"$ref":"#/components/parameters/OutputDirectoryIdParameter"},{"$ref":"#/components/parameters/Directory"},{"$ref":"#/components/parameters/DownloadLinkExpiryParameter"},{"$ref":"#/components/parameters/MaxResultsParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains the list of files.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileListResult"},"examples":{"List a job's files":{"$ref":"#/components/examples/List_a_job_s_files"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Job"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs/{jobName}/listRemoteLoginInformation":{"post":{"description":"Gets a list of currently existing nodes which were used for the Job execution. The returned information contains the node ID, its public IP and SSH port.","operationId":"Jobs_ListRemoteLoginInformation","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ExperimentNameParameter"},{"$ref":"#/components/parameters/JobNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains compute node remote login information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteLoginInformationListResult"},"examples":{"Get information about nodes which ran a job":{"$ref":"#/components/examples/Get_information_about_nodes_which_ran_a_job"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Job"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs/{jobName}/terminate":{"post":{"description":"Terminates a job.","operationId":"Jobs_Terminate","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ExperimentNameParameter"},{"$ref":"#/components/parameters/JobNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful."},"202":{"description":"The operation will be completed asynchronously."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["Job"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/fileServers":{"get":{"description":"Gets a list of File Servers associated with the specified workspace.","operationId":"FileServers_ListByWorkspace","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/MaxResultsParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains a list of File Servers and their properties.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileServerListResult"},"examples":{"Get a list of file servers":{"$ref":"#/components/examples/Get_a_list_of_file_servers"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["FileServer"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/fileServers/{fileServerName}":{"delete":{"description":"Deletes a File Server.","operationId":"FileServers_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/FileServerNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful."},"202":{"description":"The operation will be completed asynchronously."},"204":{"description":"No content."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["FileServer"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about a File Server.","operationId":"FileServers_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/FileServerNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The operation was successful. The response contains information about the FileServer.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileServer"},"examples":{"Get a file server's information":{"$ref":"#/components/examples/Get_a_file_server_s_information"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["FileServer"]},"put":{"description":"Creates a File Server in the given workspace.","operationId":"FileServers_Create","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/FileServerNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileServerCreateParameters"}}},"description":"The parameters to provide for File Server creation.","required":true},"responses":{"200":{"description":"The operation was successful. The response contains the file server entity.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileServer"},"examples":{"Create a file server":{"$ref":"#/components/examples/Create_a_file_server"}}}}},"202":{"description":"The operation will be completed asynchronously."},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["FileServer"],"x-ms-long-running-operation":true}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"Create_or_update_cluster":{"value":{"value":[{"currentValue":5,"limit":20,"name":{"localizedValue":"Clusters","value":"Clusters"},"unit":"Count"},{"currentValue":49,"limit":600,"name":{"localizedValue":"Total Cluster Dedicated Regional vCPUs","value":"Total Cluster Dedicated Regional vCPUs"},"unit":"Count"},{"currentValue":1,"limit":600,"name":{"localizedValue":"Standard D Family Cluster Dedicated vCPUs","value":"Standard D Family Cluster Dedicated vCPUs"},"unit":"Count"},{"currentValue":0,"limit":600,"name":{"localizedValue":"Standard Dv2 Family Cluster Dedicated vCPUs","value":"Standard Dv2 Family Cluster Dedicated vCPUs"},"unit":"Count"},{"currentValue":48,"limit":600,"name":{"localizedValue":"Standard NC Family Cluster Dedicated vCPUs","value":"Standard NC Family Cluster Dedicated vCPUs"},"unit":"Count"},{"currentValue":0,"limit":0,"name":{"localizedValue":"Standard NCv2 Family Cluster Dedicated vCPUs","value":"Standard NCv2 Family Cluster Dedicated vCPUs"},"unit":"Count"},{"currentValue":0,"limit":0,"name":{"localizedValue":"Standard NCv3 Family Cluster Dedicated vCPUs","value":"Standard NCv3 Family Cluster Dedicated vCPUs"},"unit":"Count"},{"currentValue":0,"limit":0,"name":{"localizedValue":"Standard ND Family Cluster Dedicated vCPUs","value":"Standard ND Family Cluster Dedicated vCPUs"},"unit":"Count"},{"currentValue":0,"limit":600,"name":{"localizedValue":"Standard NV Family Cluster Dedicated vCPUs","value":"Standard NV Family Cluster Dedicated vCPUs"},"unit":"Count"},{"currentValue":0,"limit":150,"name":{"localizedValue":"Total Cluster Low Priority Regional vCPUs","value":"Total Cluster LowPriority Regional vCPUs"},"unit":"Count"},{"currentValue":0,"limit":150,"name":{"localizedValue":"Standard D Family Cluster Low Priority vCPUs","value":"Standard D Family Cluster LowPriority vCPUs"},"unit":"Count"},{"currentValue":0,"limit":150,"name":{"localizedValue":"Standard Dv2 Family Cluster Low Priority vCPUs","value":"Standard Dv2 Family Cluster LowPriority vCPUs"},"unit":"Count"},{"currentValue":0,"limit":150,"name":{"localizedValue":"Standard NC Family Cluster Low Priority vCPUs","value":"Standard NC Family Cluster LowPriority vCPUs"},"unit":"Count"},{"currentValue":0,"limit":0,"name":{"localizedValue":"Standard NCv2 Family Cluster Low Priority vCPUs","value":"Standard NCv2 Family Cluster LowPriority vCPUs"},"unit":"Count"},{"currentValue":0,"limit":0,"name":{"localizedValue":"Standard NCv3 Family Cluster Low Priority vCPUs","value":"Standard NCv3 Family Cluster LowPriority vCPUs"},"unit":"Count"},{"currentValue":0,"limit":0,"name":{"localizedValue":"Standard ND Family Cluster Low Priority vCPUs","value":"Standard ND Family Cluster LowPriority vCPUs"},"unit":"Count"},{"currentValue":0,"limit":150,"name":{"localizedValue":"Standard NV Family Cluster Low Priority vCPUs","value":"Standard NV Family Cluster LowPriority vCPUs"},"unit":"Count"}]}},"List_file_servers":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspace/demo_workspace","location":"eastus","name":"demo_workspace","properties":{"creationTime":"2017-09-27T22:28:08.325Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T22:28:08.327Z"},"type":"Microsoft.BatchAI/Workspaces"}]}},"List_workspaces":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspace/demo_workspace","location":"eastus","name":"demo_workspace","properties":{"creationTime":"2017-09-27T22:28:08.325Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T22:28:08.327Z"},"type":"Microsoft.BatchAI/Workspaces"}]}},"Get_a_workspace_information":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace","location":"eastus","name":"demo_workspace","properties":{"creationTime":"2017-09-27T21:50:03.828Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T21:50:03.828Z"},"type":"Microsoft.BatchAI/Workspace"}},"Update_workspace_tags":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace","location":"eastus","name":"demo_worksapce","properties":{"creationTime":"2017-09-27T21:50:03.828Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T21:50:03.828Z"},"tags":{"key1":"value1"},"type":"Microsoft.BatchAI/Workspaces"}},"Create_a_workspace":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace","location":"eastus","name":"demo_worksapce","properties":{"creationTime":"2017-09-27T21:50:03.828Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T21:50:03.828Z"},"type":"Microsoft.BatchAI/Workspaces"}},"Get_a_list_of_cluster_in_a_workspace":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspace/demo_workspace/clusters/demo_cluster","name":"demo_cluster","properties":{"allocationState":"resizing","allocationStateTransitionTime":"2017-09-27T22:28:08.998Z","creationTime":"2017-09-27T22:28:07.645Z","currentNodeCount":0,"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"storage_account_name","azureFileUrl":"https://storage_account_name.file.core.windows.net/azure_file_share_name","credentials":{},"directoryMode":"0777","fileMode":"0777","relativeMountPath":"azfiles"}]}},"nodeStateCounts":{"idleNodeCount":0,"leavingNodeCount":0,"preparingNodeCount":0,"runningNodeCount":0,"unusableNodeCount":0},"provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T22:28:08.327Z","scaleSettings":{"manual":{"nodeDeallocationOption":"requeue","targetNodeCount":1}},"userAccountSettings":{"adminUserName":"admin_user_name"},"virtualMachineConfiguration":{"imageReference":{"offer":"UbuntuServer","publisher":"Canonical","sku":"16.04-LTS","version":"latest"}},"vmPriority":"dedicated","vmSize":"STANDARD_NC6"},"type":"Microsoft.BatchAI/Clusters"}]}},"Get_a_cluster_s_information":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/clusters/demo_cluster","name":"demo_cluster","properties":{"allocationState":"resizing","allocationStateTransitionTime":"2017-09-27T21:50:04.521Z","creationTime":"2017-09-27T21:50:02.377Z","currentNodeCount":0,"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"storage_account_name","azureFileUrl":"https://storage_account_name.file.core.windows.net/azure_file_share_name","credentials":{},"directoryMode":"0777","fileMode":"0777","relativeMountPath":"azfiles"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/fileservers/fileservercedd134b"},"mountOptions":"rw","relativeMountPath":"nfs"}]}},"nodeStateCounts":{"idleNodeCount":0,"leavingNodeCount":0,"preparingNodeCount":0,"runningNodeCount":0,"unusableNodeCount":0},"provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T21:50:03.828Z","scaleSettings":{"manual":{"nodeDeallocationOption":"requeue","targetNodeCount":1}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.Network/virtualNetworks/7feb1976-8c31-4f1f-bea2-86cb1839a7bavnet/subnets/Subnet-1"},"userAccountSettings":{"adminUserName":"admin_user_name"},"virtualMachineConfiguration":{"imageReference":{"offer":"UbuntuServer","publisher":"Canonical","sku":"16.04-LTS","version":"latest"}},"vmPriority":"dedicated","vmSize":"STANDARD_NC6"},"type":"Microsoft.BatchAI/Clusters"}},"Resize_a_cluster":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/clusters/demo_cluster","name":"demo_cluster","properties":{"allocationState":"steady","allocationStateTransitionTime":"2017-09-27T21:43:57.664Z","creationTime":"2017-09-27T21:43:55.215Z","currentNodeCount":0,"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"storage_account_name","azureFileUrl":"https://storage_account_name.file.core.windows.net/azure_file_share_name","credentials":{},"directoryMode":"0777","fileMode":"0777","relativeMountPath":"azfiles"}]}},"nodeStateCounts":{"idleNodeCount":0,"leavingNodeCount":0,"preparingNodeCount":0,"runningNodeCount":0,"unusableNodeCount":0},"provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T21:43:56.238Z","scaleSettings":{"autoScale":{"initialNodeCount":0,"maximumNodeCount":10,"minimumNodeCount":0}},"userAccountSettings":{"adminUserName":"admin_user_name"},"virtualMachineConfiguration":{"imageReference":{"offer":"UbuntuServer","publisher":"Canonical","sku":"16.04-LTS","version":"latest"}},"vmPriority":"dedicated","vmSize":"STANDARD_NC6"},"type":"Microsoft.BatchAI/Clusters"}},"Create_a_cluster":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/clusters/demo_cluster","name":"demo_cluster","properties":{"allocationState":"resizing","allocationStateTransitionTime":"2017-09-27T21:50:04.521Z","creationTime":"2017-09-27T21:50:02.377Z","currentNodeCount":0,"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"storage_account_name","azureFileUrl":"https://storage_account_name.file.core.windows.net/azure_file_share_name","credentials":{},"directoryMode":"0777","fileMode":"0777","relativeMountPath":"azfiles"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspaces/fileservers/fileservercedd134b"},"mountOptions":"rw","relativeMountPath":"nfs"}]}},"nodeStateCounts":{"idleNodeCount":0,"leavingNodeCount":0,"preparingNodeCount":0,"runningNodeCount":0,"unusableNodeCount":0},"provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T21:50:03.828Z","scaleSettings":{"manual":{"nodeDeallocationOption":"requeue","targetNodeCount":1}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.Network/virtualNetworks/7feb1976-8c31-4f1f-bea2-86cb1839a7bavnet/subnets/Subnet-1"},"userAccountSettings":{"adminUserName":"admin_user_name"},"virtualMachineConfiguration":{"imageReference":{"offer":"UbuntuServer","publisher":"Canonical","sku":"16.04-LTS","version":"latest"}},"vmPriority":"dedicated","vmSize":"STANDARD_NC6"},"type":"Microsoft.BatchAI/Clusters"}},"Get_remote_login_information_for_a_cluster_s_nodes_":{"value":{"value":[{"ipAddress":"13.84.190.124","nodeId":"tvm-3601533753_1-20170719t162906z","port":50000},{"ipAddress":"13.84.190.124","nodeId":"tvm-3601533753_2-20170719t162906z","port":50001}]}},"List_experiments":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspace/demo_workspace/experiments/demo_experiment","name":"demo_experiment","properties":{"creationTime":"2017-09-27T22:27:52.611Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T22:28:08.327Z"},"type":"Microsoft.BatchAI/Experiments"}]}},"Get_an_experiment_information":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspace/demo_workspace/experiments/demo_experiment","name":"demo_experiment","properties":{"creationTime":"2017-09-27T22:27:52.611Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T22:28:08.327Z"},"type":"Microsoft.BatchAI/Experiments"}},"Create_an_experiment":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/experiments/demo_experiment","name":"demo_experiment","properties":{"creationTime":"2017-09-27T21:49:52.611Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T21:50:03.828Z"},"type":"Microsoft.BatchAI/Experiments"}},"List_jobs_in_an_experiment":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/jobs/demo_job","name":"demo_job","properties":{"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/clusters/demo_cluster"},"constraints":{"maxWallClockTime":"P7D"},"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"creationTime":"2017-09-27T23:36:52.611Z","customToolkitSettings":{"commandLine":"echo hi | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"executionInfo":{"startTime":"2017-09-27T23:36:54.115Z"},"executionState":"running","executionStateTransitionTime":"2017-09-27T23:36:56.395Z","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/demo_resource_group/workspaces/demo_workspace/experiments/demo_experiment/jobs/demo_job/00000000-0000-0000-0000-000000000000","nodeCount":1,"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T23:36:53.701Z","schedulingPriority":"normal","stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","toolType":"custom"},"type":"Microsoft.BatchAI/Jobs"}]}},"Get_job_s_information":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/experiments/demo_experiment/jobs/demo_job","name":"demo_job","properties":{"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/clusters/demo_cluster"},"constraints":{"maxWallClockTime":"P7D"},"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"creationTime":"2017-09-27T23:36:52.611Z","customToolkitSettings":{"commandLine":"echo hi | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"executionInfo":{"startTime":"2017-09-27T23:36:54.115Z"},"executionState":"running","executionStateTransitionTime":"2017-09-27T23:36:56.395Z","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/demo_resource_group/workspaces/demo_workspace/experiments/demo_experiment/jobs/demo_job/00000000-0000-0000-0000-000000000000","nodeCount":1,"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T23:36:53.701Z","schedulingPriority":"normal","stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","toolType":"custom"},"type":"Microsoft.BatchAI/Jobs"}},"Create_a_job":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/experiments/demo_experiment/jobs/demo_job","name":"demo_job","properties":{"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/clusters/demo_cluster"},"constraints":{"maxWallClockTime":"P7D"},"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"creationTime":"2017-09-27T23:36:52.611Z","customToolkitSettings":{"commandLine":"echo hi | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"executionInfo":{"startTime":"2017-09-27T23:36:54.115Z"},"executionState":"running","executionStateTransitionTime":"2017-09-27T23:36:56.395Z","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/demo_resource_group/workspaces/demo_workspace/00000000-0000-0000-0000-000000000000/experiments/demo_experiment/00000000-0000-0000-0000-000000000000/jobs/demo_job/00000000-0000-0000-0000-000000000000","nodeCount":1,"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"provisioningState":"succeeded","provisioningStateTransitionTime":"2017-09-27T23:36:53.701Z","schedulingPriority":"normal","stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","toolType":"custom"},"type":"Microsoft.BatchAI/Job"}},"List_a_job_s_files":{"value":{"value":[{"downloadUrl":"https://storage_account_name.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/host_prep_stderr.txt?sv=2016-05-31&sr=f&sig=CNPJmjDQT9Anld9%2FdnQ52ZBpfOff2el8r4el6J%2BnpJE%3D&se=2017-09-28T01%3A22%3A35Z&sp=rl","fileType":"file","name":"stderr-job_prep.txt","properties":{"contentLength":0,"lastModified":"2017-09-28T00:22:19Z"}},{"downloadUrl":"https://storage_account_name.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/host_prep_stdout.txt?sv=2016-05-31&sr=f&sig=yK%2F5acWSTdcmBZGGL9%2F3IqeZ7N%2B1sRXfwB%2FaCkoRS%2Bc%3D&se=2017-09-28T01%3A22%3A35Z&sp=rl","fileType":"file","name":"stdout-job_prep.txt","properties":{"contentLength":720,"lastModified":"2017-09-28T00:22:19Z"}},{"downloadUrl":"https://storage_account_name.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/stderr.txt?sv=2016-05-31&sr=f&sig=TdvHhdQjvWWA0Z7aPb0oZpPgGbBPOyDarNXWHFnRS3c%3D&se=2017-09-28T01%3A22%3A35Z&sp=rl","fileType":"file","name":"stderr.txt","properties":{"contentLength":0,"lastModified":"2017-09-28T00:22:19Z"}},{"downloadUrl":"https://storage_account_name.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/stdout.txt?sv=2016-05-31&sr=f&sig=nyydEjNnYpQfovknJc%2B5G%2F05g0IV4acWKlfkM35lh00%3D&se=2017-09-28T01%3A22%3A35Z&sp=rl","fileType":"file","name":"stdout.txt","properties":{"contentLength":32,"lastModified":"2017-09-28T00:22:19Z"}},{"fileType":"directory","name":"counters"}]}},"Get_information_about_nodes_which_ran_a_job":{"value":{"value":[{"ipAddress":"13.84.190.124","nodeId":"tvm-3601533753_1-20170719t162906z","port":50000}]}},"Get_a_list_of_file_servers":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.BatchAI/workspaces/demo_workspace/fileservers/fileservercedd134b","name":"fileservercedd134b","properties":{"creationTime":"2017-09-27T21:45:28.159Z","dataDisks":{"cachingType":"none","diskCount":2,"diskSizeInGB":10,"storageAccountType":"Standard_LRS"},"mountSettings":{"fileServerInternalIP":"10.0.0.4","fileServerPublicIP":"13.90.141.66","mountPoint":"/mnt/data"},"provisioningState":"succeeded","provisioningState