{ "opencollection": "1.0.0", "info": { "name": "Oracle Streaming with Apache Kafka (OSAK) Kafka Cluster API", "version": "20240901" }, "items": [ { "info": { "name": "kafkaCluster", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of supported KafkaClusterAddons.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/addonOptions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide only one sort order. Default order for `timeCreated`\nis descending.\n" } ] }, "docs": "Gets a list of supported KafkaClusterAddons." }, { "info": { "name": "Gets a list of KafkaClusterConfigs.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/kafkaClusterConfigs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycle state. The\nstate value is case-insensitive.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly." }, { "name": "id", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig." }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide only one sort order. Default order for `timeCreated`\nis descending. Default order for `displayName` is ascending.\n" } ] }, "docs": "Gets a list of KafkaClusterConfigs.\n" }, { "info": { "name": "Creates a KafkaClusterConfig.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240901/kafkaClusterConfigs", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a KafkaClusterConfig.\n" }, { "info": { "name": "Get KafkaClusterConfig", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/kafkaClusterConfigs/:kafkaClusterConfigId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterConfigId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig." } ] }, "docs": "Gets information about a KafkaClusterConfig." }, { "info": { "name": "Updates a KafkaClusterConfig.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20240901/kafkaClusterConfigs/:kafkaClusterConfigId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterConfigId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a KafkaClusterConfig." }, { "info": { "name": "Deletes a KafkaClusterConfig.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20240901/kafkaClusterConfigs/:kafkaClusterConfigId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterConfigId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig." } ] }, "docs": "Deletes a KafkaClusterConfig." }, { "info": { "name": "Moves a KafkaClusterConfig into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240901/kafkaClusterConfigs/:kafkaClusterConfigId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterConfigId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a KafkaClusterConfig into a different compartment within the same tenancy. For information about moving resources between\ncompartments, see [Moving Resources to a Different Compartment](/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).\n" }, { "info": { "name": "Gets a list of KafkaClusterConfig Versions.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/kafkaClusterConfigs/:kafkaClusterConfigId/versions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterConfigId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig." }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide only one sort order. Default order for `versionNumber`\nis descending.\n" } ] }, "docs": "Gets a list of KafkaClusterConfig Versions.\n" }, { "info": { "name": "Get KafkaClusterConfig version", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/kafkaClusterConfigs/:kafkaClusterConfigId/versions/:versionNumber", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterConfigId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig." }, { "name": "versionNumber", "value": "", "type": "path", "description": "The versionNumber of the KafkaClusterConfig." } ] }, "docs": "Gets information about a KafkaClusterConfig version." }, { "info": { "name": "Deletes a KafkaClusterConfig version.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20240901/kafkaClusterConfigs/:kafkaClusterConfigId/versions/:versionNumber", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterConfigId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig." }, { "name": "versionNumber", "value": "", "type": "path", "description": "The versionNumber of the KafkaClusterConfig." } ] }, "docs": "Deletes a KafkaClusterConfig version." }, { "info": { "name": "Gets a list of KafkaClusters.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/kafkaClusters", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycle state. The\nstate value is case-insensitive.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly." }, { "name": "id", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide only one sort order. Default order for `timeCreated`\nis descending. Default order for `displayName` is ascending.\n" } ] }, "docs": "Gets a list of KafkaClusters.\n" }, { "info": { "name": "Creates a KafkaCluster.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240901/kafkaClusters", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a KafkaCluster.\n" }, { "info": { "name": "Get KafkaCluster", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." } ] }, "docs": "Gets information about a KafkaCluster." }, { "info": { "name": "Updates a KafkaCluster.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a KafkaCluster." }, { "info": { "name": "Deletes a KafkaCluster.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." } ] }, "docs": "Deletes a KafkaCluster." }, { "info": { "name": "Moves a KafkaCluster into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a KafkaCluster into a different compartment within the same tenancy. For information about moving resources between\ncompartments, see [Moving Resources to a Different Compartment](/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).\n" }, { "info": { "name": "Disables the Kafka cluster SASL superuser", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId/actions/disableSuperuser", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." } ] }, "docs": "Removes the SASL superuser to the Kafka cluster.\n" }, { "info": { "name": "Enables the Kafka cluster SASL superuser", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId/actions/enableSuperuser", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a SASL superuser to the Kafka cluster. A generated password will be updated to the specified vault.\n" }, { "info": { "name": "Gets a list of KafkaClusterAddons.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId/addons", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycle state. The\nstate value is case-insensitive.\n" }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "name", "value": "", "type": "query", "description": "The name to filter on." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide only one sort order. Default order for `timeCreated`\nis descending.\n" } ] }, "docs": "Gets a list of KafkaClusterAddons." }, { "info": { "name": "Installs a KafkaClusterAddon.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId/addons", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Installs a KafkaClusterAddon." }, { "info": { "name": "Get KafkaClusterAddon", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId/addons/:addonName", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." }, { "name": "addonName", "value": "", "type": "path", "description": "The unique name of the KafkaClusterAddon." } ] }, "docs": "Gets information about a KafkaClusterAddon." }, { "info": { "name": "Updates a KafkaClusterAddon.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId/addons/:addonName", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." }, { "name": "addonName", "value": "", "type": "path", "description": "The unique name of the KafkaClusterAddon." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Installs updates on the existing KafkaClusterAddon." }, { "info": { "name": "Uninstalls a KafkaClusterAddon.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20240901/kafkaClusters/:kafkaClusterId/addons/:addonName", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "kafkaClusterId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster." }, { "name": "addonName", "value": "", "type": "path", "description": "The unique name of the KafkaClusterAddon." } ] }, "docs": "Uninstalls a KafkaClusterAddon in a provisioned cluster." }, { "info": { "name": "Gets a list of all possible node shapes", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/nodeShapes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources." }, { "name": "name", "value": "", "type": "query", "description": "The name to filter on." }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide only one sort order. Default order for `timeCreated`\nis descending. Default order for `displayName` is ascending.\n" } ] }, "docs": "Returns the list of shapes allowed in the region." }, { "info": { "name": "List work requests", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/workRequests", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources." }, { "name": "workRequestId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request." }, { "name": "status", "value": "", "type": "query", "description": "A filter to return only the resources that match the given lifecycle state." }, { "name": "resourceId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request." }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for `timeAccepted` is descending.\n" } ] }, "docs": "Lists the work requests in a compartment.\n" }, { "info": { "name": "Get work request status", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/workRequests/:workRequestId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request." } ] }, "docs": "Gets the details of a work request." }, { "info": { "name": "Cancel work request", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20240901/workRequests/:workRequestId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request." } ] }, "docs": "Cancels a work request." }, { "info": { "name": "List work request errors", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/workRequests/:workRequestId/errors", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request." }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for `timestamp` is descending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." } ] }, "docs": "Lists the errors for a work request.\n" }, { "info": { "name": "List work request logs", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20240901/workRequests/:workRequestId/logs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request." }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for `timestamp` is descending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." } ] }, "docs": "Lists the logs for a work request.\n" } ] } ], "bundled": true }