{ "opencollection": "1.0.0", "info": { "name": "Vision AI Service Vision API", "version": "20220125" }, "items": [ { "info": { "name": "AIServiceVision", "type": "folder" }, "items": [ { "info": { "name": "Perform document analysis.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/actions/analyzeDocument", "headers": [ { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform different types of image analysis.\n" }, { "info": { "name": "Perform image analysis.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/actions/analyzeImage", "headers": [ { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform different types of image analysis.\n" }, { "info": { "name": "Create a batch document analysis job.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/documentJobs", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a document analysis batch job.\n" }, { "info": { "name": "Get details of a batch document job.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/documentJobs/:documentJobId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "documentJobId", "value": "", "type": "path", "description": "The document job ID." } ] }, "docs": "Get details of a document batch job.\n" }, { "info": { "name": "Cancel a batch document job.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/documentJobs/:documentJobId/actions/cancel", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "documentJobId", "value": "", "type": "path", "description": "The document job ID." } ] }, "docs": "Cancel a document batch job.\n" }, { "info": { "name": "Create a batch image analysis job.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/imageJobs", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an image analysis batch job.\n" }, { "info": { "name": "Get details of a batch image job.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/imageJobs/:imageJobId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "imageJobId", "value": "", "type": "path", "description": "The image job ID." } ] }, "docs": "Get details of an image batch job.\n" }, { "info": { "name": "Cancel a batch image job.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/imageJobs/:imageJobId/actions/cancel", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "imageJobId", "value": "", "type": "path", "description": "The image job ID." } ] }, "docs": "Cancel an image batch job.\n" }, { "info": { "name": "Gets a list of all models in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/models", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project for which to list the objects." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The filter to match models with the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "id", "value": "", "type": "query", "description": "The filter to find the model with the given identifier." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.\n" } ] }, "docs": "Returns a list of models in a compartment.\n" }, { "info": { "name": "Creates a new model .", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/models", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new model.\n" }, { "info": { "name": "Get a model.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/models/:modelId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "modelId", "value": "", "type": "path", "description": "A unique model identifier." } ] }, "docs": "Get a model by identifier." }, { "info": { "name": "Update the metadata about the model.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220125/models/:modelId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "modelId", "value": "", "type": "path", "description": "A unique model identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the model metadata." }, { "info": { "name": "Delete a model.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220125/models/:modelId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "modelId", "value": "", "type": "path", "description": "A unique model identifier." } ] }, "docs": "Delete a model by identifier." }, { "info": { "name": "Moves a model into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/models/:modelId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "modelId", "value": "", "type": "path", "description": "A unique model identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a model from one compartment to another. When provided, If-Match is checked against the ETag values of the resource." }, { "info": { "name": "Gets a list of all the projects in a compartment.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/projects", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The filter to match projects with the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "id", "value": "", "type": "query", "description": "The filter to find the project with the given identifier." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.\n" } ] }, "docs": "Returns a list of projects.\n" }, { "info": { "name": "Creates a new project.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/projects", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project.\n" }, { "info": { "name": "Get a project.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/projects/:projectId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path", "description": "A unique project identifier." } ] }, "docs": "Get a project by identifier." }, { "info": { "name": "Update the metadata about the project.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220125/projects/:projectId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path", "description": "A unique project identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the project metadata." }, { "info": { "name": "Delete a project.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220125/projects/:projectId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path", "description": "A unique project identifier." } ] }, "docs": "Delete a project by identifier." }, { "info": { "name": "Move a project into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/projects/:projectId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path", "description": "A unique project identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move a project from one compartment to another. When provided, If-Match is checked against the ETag values of the resource." }, { "info": { "name": "list streamGroups.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/streamGroups", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "id", "value": "", "type": "query", "description": "The filter to find the device with the given identifier." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.\n" } ] }, "docs": "Gets a list of the streamGroups in the specified compartment.\n" }, { "info": { "name": "Register a new streamGroup.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/streamGroups", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registration of new streamGroup\n" }, { "info": { "name": "Get streamGroup information.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/streamGroups/:streamGroupId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamGroupId", "value": "", "type": "path", "description": "StreamGroup Id." } ] }, "docs": "Get a streamGroup\n" }, { "info": { "name": "Update a streamGroup.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220125/streamGroups/:streamGroupId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamGroupId", "value": "", "type": "path", "description": "StreamGroup Id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a streamGroup\n" }, { "info": { "name": "Delete a streamGroup.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220125/streamGroups/:streamGroupId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "streamGroupId", "value": "", "type": "path", "description": "StreamGroup Id." } ] }, "docs": "Delete a streamGroup\n" }, { "info": { "name": "Move a streamGroup into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/streamGroups/:streamGroupId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamGroupId", "value": "", "type": "path", "description": "StreamGroup Id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move a streamGroup from one compartment to another. When provided, If-Match is checked against the ETag values of the resource." }, { "info": { "name": "Get list of stream Jobs", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/streamJobs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The filter to match projects with the given lifecycleState." }, { "name": "id", "value": "", "type": "query", "description": "The filter to find the streamjob with the given identifier." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.\n" } ] }, "docs": "Get list of stream jobs\n" }, { "info": { "name": "Create a stream analysis job with given inputs and features.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/streamJobs", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a stream analysis job with given inputs and features.\n" }, { "info": { "name": "Get details of a stream analysis job.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/streamJobs/:streamJobId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamJobId", "value": "", "type": "path", "description": "Stream job id." } ] }, "docs": "Get details of a stream analysis job.\n" }, { "info": { "name": "Create a stream analysis job with given inputs and features.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220125/streamJobs/:streamJobId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "streamJobId", "value": "", "type": "path", "description": "Stream job id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a stream analysis job with given inputs and features.\n" }, { "info": { "name": "Get details of a stream analysis job.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220125/streamJobs/:streamJobId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "streamJobId", "value": "", "type": "path", "description": "Stream job id." } ] }, "docs": "Get details of a stream analysis job.\n" }, { "info": { "name": "Move a streamJob into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/streamJobs/:streamJobId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamJobId", "value": "", "type": "path", "description": "Stream job id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move a streamJob from one compartment to another. When provided, If-Match is checked against the ETag values of the resource." }, { "info": { "name": "End a stream analysis job.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/streamJobs/:streamJobId/actions/start", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "streamJobId", "value": "", "type": "path", "description": "Stream job id." } ] }, "docs": "End a stream analysis Run.\n" }, { "info": { "name": "End a stream analysis Run.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/streamJobs/:streamJobId/actions/stop", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamJobId", "value": "", "type": "path", "description": "Stream job id." } ] }, "docs": "End a stream analysis Run.\n" }, { "info": { "name": "list streamSources.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/streamSources", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The filter to match projects with the given lifecycleState." }, { "name": "id", "value": "", "type": "query", "description": "The filter to find the device with the given identifier." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.\n" } ] }, "docs": "Gets a list of the streamSources in the specified compartment.\n" }, { "info": { "name": "Register a new streamSource.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/streamSources", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registration of new streamSource\n" }, { "info": { "name": "Get streamSource information.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/streamSources/:streamSourceId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamSourceId", "value": "", "type": "path", "description": "StreamSource Id." } ] }, "docs": "Get a streamSource\n" }, { "info": { "name": "Update a streamSource.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220125/streamSources/:streamSourceId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamSourceId", "value": "", "type": "path", "description": "StreamSource Id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a streamSource\n" }, { "info": { "name": "Delete a streamSource.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220125/streamSources/:streamSourceId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "streamSourceId", "value": "", "type": "path", "description": "StreamSource Id." } ] }, "docs": "Delete a streamSource\n" }, { "info": { "name": "Move a streamSource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/streamSources/:streamSourceId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamSourceId", "value": "", "type": "path", "description": "StreamSource Id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move a streamSource from one compartment to another. When provided, If-Match is checked against the ETag values of the resource." }, { "info": { "name": "Create a video analysis job with given inputs and features.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/videoJobs", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a video analysis job with given inputs and features.\n" }, { "info": { "name": "Get details of a video analysis job.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/videoJobs/:videoJobId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "videoJobId", "value": "", "type": "path", "description": "Video job id." } ] }, "docs": "Get details of a video analysis job.\n" }, { "info": { "name": "Cancel a video analysis job.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/videoJobs/:videoJobId/actions/cancel", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "videoJobId", "value": "", "type": "path", "description": "Video job id." } ] }, "docs": "Cancel a video analysis job.\n" }, { "info": { "name": "Gets a list of all the visionPrivateEndpoints in a compartment.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/visionPrivateEndpoints", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The filter to match projects with the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "id", "value": "", "type": "query", "description": "The filter to find the device with the given identifier." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.\n" } ] }, "docs": "Returns a list of visionPrivateEndpoints.\n" }, { "info": { "name": "Creates a new visionPrivateEndpoint.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/visionPrivateEndpoints", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new visionPrivateEndpoint.\n" }, { "info": { "name": "Get a visionPrivateEndpoint.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/visionPrivateEndpoints/:visionPrivateEndpointId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "visionPrivateEndpointId", "value": "", "type": "path", "description": "Vision private endpoint Id." } ] }, "docs": "Get a visionPrivateEndpoint by identifier." }, { "info": { "name": "Update the metadata about the visionPrivateEndpoint.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220125/visionPrivateEndpoints/:visionPrivateEndpointId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "visionPrivateEndpointId", "value": "", "type": "path", "description": "Vision private endpoint Id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the visionPrivateEndpoint metadata." }, { "info": { "name": "Delete a visionPrivateEndpoint.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220125/visionPrivateEndpoints/:visionPrivateEndpointId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "visionPrivateEndpointId", "value": "", "type": "path", "description": "Vision private endpoint Id." } ] }, "docs": "Delete a visionPrivateEndpoint by identifier." }, { "info": { "name": "Move a visionPrivateEndpoint into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220125/visionPrivateEndpoints/:visionPrivateEndpointId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "visionPrivateEndpointId", "value": "", "type": "path", "description": "Vision private endpoint Id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move a visionPrivateEndpoint from one compartment to another. When provided, If-Match is checked against the ETag values of the resource." }, { "info": { "name": "A list of work requests.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/workRequests", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "workRequestId", "value": "", "type": "query", "description": "The ID of the asynchronous work request." }, { "name": "status", "value": "", "type": "query", "description": "A filter to return only resources whose lifecycleState matches the given OperationStatus." }, { "name": "resourceId", "value": "", "type": "query", "description": "The ID of the resource affected by the work request." }, { "name": "page", "value": "", "type": "query", "description": "The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. The default order for timeAccepted is descending.\n" } ] }, "docs": "Lists the work requests in a compartment.\n" }, { "info": { "name": "Get the work request status.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/workRequests/:workRequestId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The ID of the asynchronous request." } ] }, "docs": "Gets the status of the work request with the given ID." }, { "info": { "name": "Cancel the work request.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220125/workRequests/:workRequestId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The ID of the asynchronous request." } ] }, "docs": "Cancel the work request with the given ID." }, { "info": { "name": "Lists the work request errors.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/workRequests/:workRequestId/errors", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The ID of the asynchronous request." }, { "name": "page", "value": "", "type": "query", "description": "The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. The default order for timeAccepted is descending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." } ] }, "docs": "Returns a (paginated) list of errors for a given work request.\n" }, { "info": { "name": "Lists work request logs.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220125/workRequests/:workRequestId/logs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The ID of the asynchronous request." }, { "name": "page", "value": "", "type": "query", "description": "The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. The default order for timeAccepted is descending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." } ] }, "docs": "Return a (paginated) list of logs for a given work request.\n" } ] } ], "bundled": true }