{ "uuid": "801039c2-4078-471d-aed3-0ac5cd12388f", "lastMigration": 29, "name": "StreamAnalyticsManagementClient", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "5158e1f7-88f9-4a36-84fa-094e23a397d4", "documentation": "Lists all of the inputs under the specified streaming job.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/inputs", "responses": [ { "uuid": "d2ec77a4-64af-4157-9936-74ee2ebc1c9b", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successfully listed the inputs under the specified streaming job.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f7cc8270-747d-400a-81f1-b82e1351d5dc", "documentation": "Deletes an input from the streaming job.", "method": "delete", "endpoint": "subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/inputs/:inputName", "responses": [ { "uuid": "0a4341f2-2042-43f1-bfc6-9de74a37e0c5", "body": "", "latency": 0, "statusCode": 200, "label": "The input was successfully deleted.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c745dba8-800c-4140-a086-b3bf95dbab82", "body": "", "latency": 0, "statusCode": 204, "label": "The input does not exist.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b038496-717e-4910-b4bf-1f015638dbbb", "documentation": "Gets details about the specified input.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/inputs/:inputName", "responses": [ { "uuid": "3efafab8-cbd7-4650-923c-6b0626ccc4f7", "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successfully retrieved the specified input.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "ETag", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5f4ba552-99fa-4873-8ea9-937cd55374f9", "documentation": "Updates an existing input under an existing streaming job. This can be used to partially update (ie. update one or two properties) an input without affecting the rest the job or input definition.", "method": "patch", "endpoint": "subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/inputs/:inputName", "responses": [ { "uuid": "6189a418-dfdf-49de-8f84-dfd12b1b9dbc", "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The input was successfully updated.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "ETag", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "18d14af6-f36a-44bb-b1db-b60acca3d77e", "documentation": "Creates an input or replaces an already existing input under an existing streaming job.", "method": "put", "endpoint": "subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/inputs/:inputName", "responses": [ { "uuid": "d3ac71c0-2ac5-4eb4-af37-2ecd5b8f5af6", "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The input was successfully created or replaced.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "ETag", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8054763e-819f-4e50-8df7-0fdb4ad5ce77", "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "The input was successfully created or replaced.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "ETag", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ee20bd5-c8f2-4ee1-8e13-df822b12c120", "documentation": "Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.", "method": "post", "endpoint": "subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/inputs/:inputName/test", "responses": [ { "uuid": "6e688ad0-6dc5-4538-949f-ce4c157cc619", "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\"\n },\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The test operation completed successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e6335b63-bdf5-4017-9ea4-9a4896e081a8", "body": "", "latency": 0, "statusCode": 202, "label": "The test request was successfully initiated.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "5158e1f7-88f9-4a36-84fa-094e23a397d4" }, { "type": "route", "uuid": "f7cc8270-747d-400a-81f1-b82e1351d5dc" }, { "type": "route", "uuid": "7b038496-717e-4910-b4bf-1f015638dbbb" }, { "type": "route", "uuid": "5f4ba552-99fa-4873-8ea9-937cd55374f9" }, { "type": "route", "uuid": "18d14af6-f36a-44bb-b1db-b60acca3d77e" }, { "type": "route", "uuid": "4ee20bd5-c8f2-4ee1-8e13-df822b12c120" } ] }