{ "opencollection": "1.0.0", "info": { "name": "Gencove Back array explorer API", "version": "v2" }, "items": [ { "info": { "name": "explorer", "type": "folder" }, "items": [ { "info": { "name": "explorer_access_url_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/explorer-access-url/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves the Access URL for the given instance." }, { "info": { "name": "explorer_cost_reporting_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/explorer-cost-reporting/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "explorer_data_credentials_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/explorer-data-credentials/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "explorer_instances_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/explorer-instances/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "explorer_instances_inactivity_stop_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/explorer-instances-inactivity-stop/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Sets the inactivity threshold for the given instances." }, { "info": { "name": "explorer_instances_inactivity_stop_organization_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/explorer-instances-inactivity-stop-organization/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "explorer_instances_inactivity_stop_organization_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/explorer-instances-inactivity-stop-organization/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Sets the inactivity treshold for the user's organization." }, { "info": { "name": "explorer_session_start_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/explorer-session-start/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Start an Explorer session by setting the user_session cookie and returning a clean Explorer URL." }, { "info": { "name": "explorer_shell_session_credentials_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/explorer-shell-session-credentials/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "explorer_start_instances_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/explorer-start-instances/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Starts the given instances." }, { "info": { "name": "explorer_stop_instances_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/explorer-stop-instances/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Stops the given instances." } ] } ], "bundled": true }