{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector dataExport API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "dataExport", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get The List Of Destinations In An Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataExport/destinations", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get A Destination By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataExport/destinations/:destinationId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "destinationId", "value": "", "type": "path", "description": "Unique ID for the destination." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create Or Update A Destination", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/dataExport/destinations/:destinationId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "destinationId", "value": "", "type": "path", "description": "Unique ID for the destination." } ] }, "docs": "Create or update a definition for where to send data." }, { "info": { "name": "Microsoft Azure Patch A Destination", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/dataExport/destinations/:destinationId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "destinationId", "value": "", "type": "path", "description": "Unique ID for the destination." } ] }, "docs": "Perform an incremental update to a destination." }, { "info": { "name": "Microsoft Azure Delete A Destination", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dataExport/destinations/:destinationId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "destinationId", "value": "", "type": "path", "description": "Unique ID for the destination." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List All Exports Connected To The Given Destination", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataExport/destinations/:destinationId/exports", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "destinationId", "value": "", "type": "path", "description": "Unique ID for the destination." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get The List Of Exports In An Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataExport/exports", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get An Export By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataExport/exports/:exportId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "exportId", "value": "", "type": "path", "description": "Unique ID for the export." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create Or Update An Export", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/dataExport/exports/:exportId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "exportId", "value": "", "type": "path", "description": "Unique ID for the export." } ] }, "docs": "Create or update a definition for exporting data. Also used to connect or disconnect an export from destinations." }, { "info": { "name": "Microsoft Azure Patch An Export", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/dataExport/exports/:exportId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "exportId", "value": "", "type": "path", "description": "Unique ID for the export." } ] }, "docs": "Perform an incremental update to an export." }, { "info": { "name": "Microsoft Azure Delete An Export", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dataExport/exports/:exportId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "exportId", "value": "", "type": "path", "description": "Unique ID for the export." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List All Destinations Connected To The Given Export", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataExport/exports/:exportId/destinations", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "exportId", "value": "", "type": "path", "description": "Unique ID for the export." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }