{ "opencollection": "1.0.0", "info": { "name": "APM Availability Monitoring Apm Synthetic API", "version": "20200630" }, "items": [ { "info": { "name": "apmSynthetic", "type": "folder" }, "items": [ { "info": { "name": "List dedicated vantage points specified in an APM domain.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/dedicatedVantagePoints", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The maximum number of results per page, or items to return in a paginated\n\"List\" call. For information on how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n\nExample: `50`\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`). Default sort order is ascending.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided.\nDefault order of displayName is ascending.\nDefault order of timeCreated and timeUpdated is descending.\nThe displayName sort by is case-sensitive.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name." }, { "name": "name", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire name." }, { "name": "status", "value": "", "type": "query", "description": "A filter to return only the dedicated vantage points that match a given status." } ] }, "docs": "Returns a list of dedicated vantage points.\n" }, { "info": { "name": "Registers a new dedicated vantage point in the specified APM domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/dedicatedVantagePoints", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new dedicated vantage point.\n" }, { "info": { "name": "Gets the details of the dedicated vantage point identified by the OCID.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/dedicatedVantagePoints/:dedicatedVantagePointId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "dedicatedVantagePointId", "value": "", "type": "path", "description": "The OCID of the dedicated vantage point." } ] }, "docs": "Gets the details of the dedicated vantage point identified by the OCID." }, { "info": { "name": "Update the dedicated vantage point identified by the OCID.", "type": "http" }, "http": { "method": "PUT", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/dedicatedVantagePoints/:dedicatedVantagePointId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "dedicatedVantagePointId", "value": "", "type": "path", "description": "The OCID of the dedicated vantage point." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the dedicated vantage point." }, { "info": { "name": "Deregisters a dedicated vantage point resource by OCID.", "type": "http" }, "http": { "method": "DELETE", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/dedicatedVantagePoints/:dedicatedVantagePointId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "dedicatedVantagePointId", "value": "", "type": "path", "description": "The OCID of the dedicated vantage point." } ] }, "docs": "Deregisters the specified dedicated vantage point." }, { "info": { "name": "List monitors specified in an APM domain.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/monitors", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name." }, { "name": "scriptId", "value": "", "type": "query", "description": "A filter to return only monitors using scriptId." }, { "name": "vantagePoint", "value": "", "type": "query", "description": "The name of the public or dedicated vantage point.\n" }, { "name": "monitorType", "value": "", "type": "query", "description": "A filter to return only monitors that match the given monitor type.\nSupported values are SCRIPTED_BROWSER, BROWSER, SCRIPTED_REST, REST, NETWORK, DNS, FTP and SQL.\n" }, { "name": "status", "value": "", "type": "query", "description": "A filter to return only monitors that match the status given." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The maximum number of results per page, or items to return in a paginated\n\"List\" call. For information on how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n\nExample: `50`\n" }, { "name": "isMaintenanceWindowActive", "value": "", "type": "query", "description": "A filter to return the monitors whose maintenance window is currently active." }, { "name": "isMaintenanceWindowSet", "value": "", "type": "query", "description": "A filter to return the monitors whose maintenance window is set." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`). Default sort order is ascending.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided.\nDefault order of displayName is ascending.\nDefault order of timeCreated and timeUpdated is descending.\nThe displayName sort by is case insensitive.\n" } ] }, "docs": "Returns a list of monitors.\n" }, { "info": { "name": "Creates a new monitor in the specified in an APM domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/monitors", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new monitor.\n" }, { "info": { "name": "Get the configuration of the monitor identified by the OCID.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/monitors/:monitorId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "monitorId", "value": "", "type": "path", "description": "The OCID of the monitor." } ] }, "docs": "Gets the configuration of the monitor identified by the OCID." }, { "info": { "name": "Update the monitor identified by the OCID.", "type": "http" }, "http": { "method": "PUT", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/monitors/:monitorId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "monitorId", "value": "", "type": "path", "description": "The OCID of the monitor." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the monitor." }, { "info": { "name": "Deletes a monitor resource by the OCID.", "type": "http" }, "http": { "method": "DELETE", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/monitors/:monitorId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "monitorId", "value": "", "type": "path", "description": "The OCID of the monitor." } ] }, "docs": "Deletes the specified monitor." }, { "info": { "name": "Gets aggregated network data for given executions.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/monitors/:monitorId/actions/aggregateNetworkData", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "monitorId", "value": "", "type": "path", "description": "The OCID of the monitor." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Gets aggregated network data for given executions.\n" }, { "info": { "name": "Get monitor result(har, screenshot, log, network, diagnostics or script) identified by the execution time of the monitor identified by the OCID.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/monitors/:monitorId/results/:executionTime", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "monitorId", "value": "", "type": "path", "description": "The OCID of the monitor." }, { "name": "vantagePoint", "value": "", "type": "query", "description": "The vantagePoint name.\n" }, { "name": "resultType", "value": "", "type": "query", "description": "The result type: har, screenshot, log, network, diagnostics or script.\n" }, { "name": "resultContentType", "value": "", "type": "query", "description": "The result content type: zip or raw.\n" }, { "name": "executionTime", "value": "", "type": "path", "description": "The time the object was posted.\n" } ] }, "docs": "Gets the results for a specific execution of a monitor identified by OCID. The results are in a HAR file, Screenshot, Console Log, Network details, Diagnostics or Script Content.\n" }, { "info": { "name": "List On-premise vantage points specified in an APM domain.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/onPremiseVantagePoints", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The maximum number of results per page, or items to return in a paginated\n\"List\" call. For information on how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n\nExample: `50`\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`). Default sort order is ascending.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided.\nDefault order of displayName is ascending.\nDefault order of timeCreated and timeUpdated is descending.\nThe displayName sort by is case-sensitive.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name." }, { "name": "name", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire name." } ] }, "docs": "Returns a list of On-premise vantage points.\n" }, { "info": { "name": "Registers a new On-premise vantage point in the specified APM domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/onPremiseVantagePoints", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new On-premise vantage point.\n" }, { "info": { "name": "Gets the details of the On-premise vantage point identified by the OCID.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/onPremiseVantagePoints/:onPremiseVantagePointId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "onPremiseVantagePointId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point." } ] }, "docs": "Gets the details of the On-premise vantage point identified by the OCID." }, { "info": { "name": "Update the On-premise vantage point identified by the OCID.", "type": "http" }, "http": { "method": "PUT", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/onPremiseVantagePoints/:onPremiseVantagePointId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "onPremiseVantagePointId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the On-premise vantage point." }, { "info": { "name": "Deregisters an On-premise vantage point resource by OCID.", "type": "http" }, "http": { "method": "DELETE", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/onPremiseVantagePoints/:onPremiseVantagePointId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "onPremiseVantagePointId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point." } ] }, "docs": "Deregisters the specified On-premise vantage point." }, { "info": { "name": "List workers for specified On-premise vantage point specified in an APM domain.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/onPremiseVantagePoints/:onPremiseVantagePointId/workers/", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "onPremiseVantagePointId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The maximum number of results per page, or items to return in a paginated\n\"List\" call. For information on how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n\nExample: `50`\n" }, { "name": "status", "value": "", "type": "query", "description": "A filter to return only On-premise VP workers that match the status given." }, { "name": "capability", "value": "", "type": "query", "description": "A filter to return only On-premise VP workers that match the capability given." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`). Default sort order is ascending.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided.\nDefault order of displayName is ascending.\nDefault order of timeCreated, timeUpdated and timeLastSyncup is descending.\nThe displayName sort by is case-sensitive.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name." }, { "name": "name", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire name." } ] }, "docs": "Returns a list of workers.\n" }, { "info": { "name": "Registers a new worker for the specified On-premise vantage point in the specified APM domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/onPremiseVantagePoints/:onPremiseVantagePointId/workers/", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "onPremiseVantagePointId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new worker.\n" }, { "info": { "name": "Gets the details of the worker identified by the OCID.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/onPremiseVantagePoints/:onPremiseVantagePointId/workers/:workerId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "onPremiseVantagePointId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point." }, { "name": "workerId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point worker." } ] }, "docs": "Gets the details of the worker identified by the OCID." }, { "info": { "name": "Updates the worker identified by the OCID.", "type": "http" }, "http": { "method": "PUT", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/onPremiseVantagePoints/:onPremiseVantagePointId/workers/:workerId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "onPremiseVantagePointId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point." }, { "name": "workerId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point worker." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the worker." }, { "info": { "name": "Deregisters a worker resource by OCID.", "type": "http" }, "http": { "method": "DELETE", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/onPremiseVantagePoints/:onPremiseVantagePointId/workers/:workerId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "onPremiseVantagePointId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point." }, { "name": "workerId", "value": "", "type": "path", "description": "The OCID of the On-premise vantage point worker." } ] }, "docs": "Deregisters the specified worker." }, { "info": { "name": "List public vantage points specified in an APM domain.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/publicVantagePoints", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The maximum number of results per page, or items to return in a paginated\n\"List\" call. For information on how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n\nExample: `50`\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`). Default sort order is ascending.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide one sort by (`sortBy`). Default order for displayName or name is ascending. The displayName or name\nsort by is case insensitive.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name." }, { "name": "name", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire name." } ] }, "docs": "Returns a list of public vantage points.\n" }, { "info": { "name": "List scripts specified in an APM domain.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/scripts", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resources that match the entire display name." }, { "name": "contentType", "value": "", "type": "query", "description": "A filter to return only resources that match the content type given." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The maximum number of results per page, or items to return in a paginated\n\"List\" call. For information on how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n\nExample: `50`\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`). Default sort order is ascending.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided.\nDefault order of displayName and contentType is ascending.\nDefault order of timeCreated and timeUpdated is descending.\nThe displayName sort by is case insensitive.\n" } ] }, "docs": "Returns a list of scripts.\n" }, { "info": { "name": "Creates a new script in the given APM domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/scripts", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new script.\n" }, { "info": { "name": "Get the configuration of the script identified by the OCID.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/scripts/:scriptId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "scriptId", "value": "", "type": "path", "description": "The OCID of the script." } ] }, "docs": "Gets the configuration of the script identified by the OCID." }, { "info": { "name": "Update the script identified by the OCID.", "type": "http" }, "http": { "method": "PUT", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/scripts/:scriptId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "scriptId", "value": "", "type": "path", "description": "The OCID of the script." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the script." }, { "info": { "name": "Delete the script resource identified by OCID.", "type": "http" }, "http": { "method": "DELETE", "url": "http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630/scripts/:scriptId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM domain ID the request is intended for.\n" }, { "name": "scriptId", "value": "", "type": "path", "description": "The OCID of the script." } ] }, "docs": "Deletes the specified script." } ] } ], "bundled": true }