{ "opencollection": "1.0.0", "info": { "name": "Resource Manager API", "version": "20180917" }, "items": [ { "info": { "name": "ResourceManager", "type": "folder" }, "items": [ { "info": { "name": "Lists configuration source providers.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/configurationSourceProviders", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "configurationSourceProviderId", "value": "", "type": "query", "description": "A filter to return only configuration source providers that match the provided [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly.\nUse this filter to list a resource by name.\nRequires `sortBy` set to `DISPLAYNAME`.\nAlternatively, when you know the resource OCID, use the related Get operation.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to use when sorting returned resources.\nBy default, `TIMECREATED` is ordered descending.\nBy default, `DISPLAYNAME` is ordered ascending. Note that you can sort only on one field.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use when sorting returned resources. Ascending (`ASC`) or descending (`DESC`).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "configSourceProviderType", "value": "", "type": "query", "description": "A filter to return only configuration source providers of the specified type (GitHub or GitLab).\n" } ] }, "docs": "Lists configuration source providers according to the specified filter.\nFor more information, see\n[Listing Configuration Source Providers](/iaas/Content/ResourceManager/Tasks/list-csp.htm).\n- For `compartmentId`, lists all configuration source providers in the matching compartment.\n- For `configurationSourceProviderId`, lists the matching configuration source provider.\n" }, { "info": { "name": "Creates a configuration source provider in the specified compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/configurationSourceProviders", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a configuration source provider in the specified compartment.\nFor more information, see\n[Creating a Configuration Source Provider](/iaas/Content/ResourceManager/Tasks/create-csp.htm).\n" }, { "info": { "name": "Gets the properties of the specified configuration source provider.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/configurationSourceProviders/:configurationSourceProviderId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "configurationSourceProviderId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the configuration source provider.\n" } ] }, "docs": "Gets the properties of the specified configuration source provider.\nFor more information, see\n[Getting a Configuration Source Provider's Details](/iaas/Content/ResourceManager/Tasks/get-csp.htm).\n" }, { "info": { "name": "Updates the properties of the specified configuration source provider.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20180917/configurationSourceProviders/:configurationSourceProviderId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "configurationSourceProviderId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the configuration source provider.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of the specified configuration source provider.\nFor more information, see\n[Updating a Configuration Source Provider](/iaas/Content/ResourceManager/Tasks/update-csp.htm).\n" }, { "info": { "name": "Deletes the specified configuration source provider.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20180917/configurationSourceProviders/:configurationSourceProviderId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "configurationSourceProviderId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the configuration source provider.\n" } ] }, "docs": "Deletes the specified configuration source provider.\nFor more information, see\n[Deleting a Configuration Source Provider](/iaas/Content/ResourceManager/Tasks/delete-csp.htm).\n" }, { "info": { "name": "Moves a ConfigurationSourceProvider into a different compartment. When provided, If-Match is checked against ETag values of the ConfigurationSourceProvider.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/configurationSourceProviders/:configurationSourceProviderId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "configurationSourceProviderId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the configuration source provider.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a configuration source provider into a different compartment within the same tenancy.\nFor more information, see\n[Moving a Configuration Source Provider](/iaas/Content/ResourceManager/Tasks/change-compartment-csp.htm).\n" }, { "info": { "name": "List all jobs related to a stack or compartment. By default, the list is ordered by time created.\nYou can alter the ordering by using `SortByQueryParam` and `SortOrderQueryParam`.\n", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/jobs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "stackId", "value": "", "type": "query", "description": "The stack [OCID](/iaas/Content/General/Concepts/identifiers.htm) on which to filter.\n" }, { "name": "id", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) on which to query for jobs.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter that returns all resources that match the specified lifecycle state.\nThe state value is case-insensitive.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly.\nUse this filter to list a resource by name.\nRequires `sortBy` set to `DISPLAYNAME`.\nAlternatively, when you know the resource OCID, use the related Get operation.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to use when sorting returned resources.\nBy default, `TIMECREATED` is ordered descending.\nBy default, `DISPLAYNAME` is ordered ascending. Note that you can sort only on one field.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use when sorting returned resources. Ascending (`ASC`) or descending (`DESC`).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" } ] }, "docs": "Lists jobs according to the specified filter. By default, the list is ordered by time created.\nFor more information, see\n[Listing Jobs](/iaas/Content/ResourceManager/Tasks/list-jobs.htm).\n\n- To list all jobs in a stack, provide the stack [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n- To list all jobs in a compartment, provide the compartment [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n- To return a specific job, provide the job [OCID](/iaas/Content/General/Concepts/identif" }, { "info": { "name": "Create a Job.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/jobs", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a job.\nFor more information, see\n[Creating a Job](/iaas/Content/ResourceManager/Tasks/create-job.htm).\n" }, { "info": { "name": "Get details of a specific job.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/jobs/:jobId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." } ] }, "docs": "Gets the properties of the specified job.\nFor more information, see\n[Getting a Job's Details](/iaas/Content/ResourceManager/Tasks/get-job.htm).\n" }, { "info": { "name": "Update a Job.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20180917/jobs/:jobId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified job.\nFor more information, see\n[Updating a Job](/iaas/Content/ResourceManager/Tasks/update-job.htm).\n" }, { "info": { "name": "Cancel a Job", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20180917/jobs/:jobId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." }, { "name": "isForced", "value": "", "type": "query", "description": "Indicates whether a forced cancellation is requested for the job while it was running.\nA forced cancellation can result in an incorrect state file.\nFor example, the state file might not reflect the exact state of the provisioned resources.\n" } ] }, "docs": "Indicates the intention to cancel the specified job.\nCancellation of the job is not immediate, and may be delayed,\nor may not happen at all.\nYou can optionally choose forced cancellation by setting `isForced` to true.\nA forced cancellation can result in an incorrect state file.\nFor example, the state file might not reflect the exact state of the provisioned resources.\nFor more information, see\n[Canceling a Job](/iaas/Content/ResourceManager/Tasks/cancel-job.htm).\n" }, { "info": { "name": "Gets the list of resources associated with the specified job.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/jobs/:jobId/associatedResources", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." }, { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "terraformResourceType", "value": "", "type": "query", "description": "A filter to return only specified resource types.\nFor more information about resource types supported for the Oracle Cloud Infrastructure [OCI] provider, see [Oracle Cloud Infrastructure Provider](https://registry.terraform.io/providers/oracle/oci/latest/docs).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" } ] }, "docs": "Gets the list of resources associated with the specified job.\nFor more information, see\n[Listing Job Resources](/iaas/Content/ResourceManager/Tasks/list-job-resources.htm).\n" }, { "info": { "name": "Gets job detailed log content.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/jobs/:jobId/detailedLogContent", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." } ] }, "docs": "Returns the Terraform detailed log content for the specified job in plain text.\n[Learn about Terraform detailed log.](https://www.terraform.io/docs/internals/debugging.html)\nFor more information, see\n[Getting Detailed Log Content for a Job](/iaas/Content/ResourceManager/Tasks/get-job-detailed-log-content.htm).\n" }, { "info": { "name": "Gets log entries for a job", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/jobs/:jobId/logs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." }, { "name": "type", "value": "", "type": "query", "description": "A filter that returns only logs of a specified type.\n" }, { "name": "levelGreaterThanOrEqualTo", "value": "", "type": "query", "description": "A filter that returns only log entries that match a given severity level or greater.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use when sorting returned resources. Ascending (`ASC`) or descending (`DESC`).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "timestampGreaterThanOrEqualTo", "value": "", "type": "query", "description": "Time stamp specifying the lower time limit for which logs are returned in a query.\nFormat is defined by RFC3339.\nExample: `2020-01-01T12:00:00.000Z`\n" }, { "name": "timestampLessThanOrEqualTo", "value": "", "type": "query", "description": "Time stamp specifying the upper time limit for which logs are returned in a query.\nFormat is defined by RFC3339.\nExample: `2020-02-01T12:00:00.000Z`\n" } ] }, "docs": "Returns console log entries for the specified job in JSON format.\nFor more information, see\n[Getting Logs for a Job](/iaas/Content/ResourceManager/Tasks/get-job-logs.htm).\n" }, { "info": { "name": "Gets the raw logs for a job.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/jobs/:jobId/logs/content", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." } ] }, "docs": "Returns the raw log file for the specified job in text format.\nThe file includes a maximum of 100,000 log entries.\nFor more information, see\n[Getting Logs Content for a Job](/iaas/Content/ResourceManager/Tasks/get-job-logs-content.htm).\n" }, { "info": { "name": "Gets the list of outputs associated with the specified job.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/jobs/:jobId/outputs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." }, { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" } ] }, "docs": "Gets the list of outputs associated with the specified job.\nFor more information, see\n[Listing Job Outputs](/iaas/Content/ResourceManager/Tasks/list-job-outputs.htm).\n" }, { "info": { "name": "Get zipped Terraform configuration used for a specific job.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/jobs/:jobId/tfConfig", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." } ] }, "docs": "Returns the Terraform configuration for the specified job in zip format.\nIf no zip file is found, returns an error.\nFor more information, see\n[Getting a Job Terraform Configuration](/iaas/Content/ResourceManager/Tasks/get-job-tf-config.htm).\n" }, { "info": { "name": "Gets terraform plan output file with contents in binary or json format", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/jobs/:jobId/tfPlan", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." }, { "name": "tfPlanFormat", "value": "", "type": "query", "description": "The output format of the Terraform plan.\n" } ] }, "docs": "Returns the output of the specified Terraform plan job in binary or JSON format.\nFor more information, see\n[Getting the Terraform Output for a Plan Job](/iaas/Content/ResourceManager/Tasks/get-job-tf-plan.htm).\n" }, { "info": { "name": "Get Terraform state output from a specified job.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/jobs/:jobId/tfState", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the job." } ] }, "docs": "Returns the Terraform state for the specified job.\nFor more information, see\n[Getting a Job Terraform Configuration](/iaas/Content/ResourceManager/Tasks/get-job-tf-config.htm).\n" }, { "info": { "name": "Lists private endpoints according to specified filter.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/privateEndpoints", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "privateEndpointId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly.\nUse this filter to list a resource by name.\nRequires `sortBy` set to `DISPLAYNAME`.\nAlternatively, when you know the resource OCID, use the related Get operation.\n" }, { "name": "vcnId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the VCN." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to use when sorting returned resources.\nBy default, `TIMECREATED` is ordered descending.\nBy default, `DISPLAYNAME` is ordered ascending. Note that you can sort only on one field.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use when sorting returned resources. Ascending (`ASC`) or descending (`DESC`).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" } ] }, "docs": "Lists private endpoints according to the specified filter.\nFor more information, see\n[Listing Private Endpoints](/iaas/Content/ResourceManager/Tasks/list-private-endpoints.htm).\n- For `compartmentId`, lists all private endpoints in the matching compartment.\n- For `privateEndpointId`, lists the matching private endpoint.\n" }, { "info": { "name": "Creates a private endpoint in the specified compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/privateEndpoints", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a private endpoint in the specified compartment.\nFor more information, see\n[Creating a Private Endpoint](/iaas/Content/ResourceManager/Tasks/create-private-endpoints.htm).\n" }, { "info": { "name": "Gets the specified private endpoint.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/privateEndpoints/:privateEndpointId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "privateEndpointId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint." } ] }, "docs": "Gets the specified private endpoint.\nFor more information, see\n[Getting a Private Endpoint's Details](/iaas/Content/ResourceManager/Tasks/get-private-endpoints.htm).\n" }, { "info": { "name": "Updates the specified private endpoint.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20180917/privateEndpoints/:privateEndpointId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "privateEndpointId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified private endpoint.\nFor more information, see\n[Updating a Private Endpoint](/iaas/Content/ResourceManager/Tasks/update-private-endpoints.htm).\n" }, { "info": { "name": "Deletes the specified private endpoint.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20180917/privateEndpoints/:privateEndpointId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "privateEndpointId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint." } ] }, "docs": "Deletes the specified private endpoint.\nFor more information, see\n[Deleting a Private Endpoint](/iaas/Content/ResourceManager/Tasks/delete-private-endpoints.htm).\n" }, { "info": { "name": "Moves a private endpoint into a different compartment. When provided, If-Match is checked against ETag values of the private endpoint.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/privateEndpoints/:privateEndpointId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "privateEndpointId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a private endpoint to a different compartment within the same tenancy.\nFor more information, see\n[Moving a Private Endpoint](/iaas/Content/ResourceManager/Tasks/move-private-endpoints.htm).\n" }, { "info": { "name": "Gets the alternative IP address of the private resource.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/privateEndpoints/:privateEndpointId/reachableIp", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "privateIp", "value": "", "type": "query", "description": "The IP address of the resource in the private subnet.\n" }, { "name": "privateEndpointId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint." } ] }, "docs": "Gets the reachable, or alternative, IP address for a nonpublic IP address that is associated with the private endpoint.\nResource Manager uses this IP address to connect to nonpublic resources through the associated private endpoint.\nFor more information, see\n[Getting the Reachable IP Address for a Private Endpoint](/iaas/Content/ResourceManager/Tasks/get-private-endpoint-reachable-ip.htm).\n" }, { "info": { "name": "Lists supported Resource Discovery services.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/resourceDiscoveryServices", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" } ] }, "docs": "Returns a list of supported services for [Resource Discovery](/iaas/Content/ResourceManager/Concepts/resource-discovery.htm).\nFor reference on service names, see the [Terraform provider documentation](https://www.terraform.io/docs/providers/oci/guides/resource_discovery.html#services).\nFor more information, see\n[Listing Resource Discovery Services](/iaas/Content/ResourceManager/Tasks/list-discovery-services.htm).\n" }, { "info": { "name": "Returns a stack or list of stacks.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/stacks", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "id", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) on which to query for a stack.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter that returns only those resources that match the specified\nlifecycle state. The state value is case-insensitive.\nFor more information about stack lifecycle states, see\n[Key Concepts](/iaas/Content/ResourceManager/Concepts/resourcemanager.htm#concepts__StackStates).\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly.\nUse this filter to list a resource by name.\nRequires `sortBy` set to `DISPLAYNAME`.\nAlternatively, when you know the resource OCID, use the related Get operation.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to use when sorting returned resources.\nBy default, `TIMECREATED` is ordered descending.\nBy default, `DISPLAYNAME` is ordered ascending. Note that you can sort only on one field.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use when sorting returned resources. Ascending (`ASC`) or descending (`DESC`).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" } ] }, "docs": "Lists stacks according to the specified filter.\nFor more information, see\n[Listing Stacks](/iaas/Content/ResourceManager/Tasks/list-stacks.htm).\n- If called using the compartment ID, returns all stacks in the specified compartment.\n- If called using the stack ID, returns the specified stack. (See also [GetStack](#/en/resourcemanager/latest/Stack/GetStack).)\n" }, { "info": { "name": "Creates a Stack.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/stacks", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a stack in the specified compartment.\nYou can create a stack from a Terraform configuration.\nThe Terraform configuration can be directly uploaded or referenced from a source code control system.\nYou can also create a stack from an existing compartment, which generates a Terraform configuration.\nYou can also upload the Terraform configuration from an Object Storage bucket.\nFor more information, see\n[Creating a Stack](/iaas/Content/ResourceManager/Tasks/create-stack.htm).\n" }, { "info": { "name": "Gets a stack by ID.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/stacks/:stackId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "stackId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the stack." } ] }, "docs": "Gets the specified stack.\nFor more information, see\n[Getting a Stack's Details](/iaas/Content/ResourceManager/Tasks/get-stack.htm).\n" }, { "info": { "name": "Updates the specified stack object.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20180917/stacks/:stackId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "stackId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the stack." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified stack.\nUse `UpdateStack` when you update your Terraform configuration\nand want your changes to be reflected in the execution plan.\nFor more information, see\n[Updating a Stack](/iaas/Content/ResourceManager/Tasks/update-stack.htm).\n" }, { "info": { "name": "Deletes a stack", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20180917/stacks/:stackId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "stackId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the stack." } ] }, "docs": "Deletes the specified stack.\nFor more information, see\n[Deleting a Stack](/iaas/Content/ResourceManager/Tasks/delete-stack.htm).\n" }, { "info": { "name": "Moves a Stack and it's associated Jobs into a different compartment. When provided, If-Match is checked against ETag values of the Stack.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/stacks/:stackId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "stackId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the stack." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a stack (and its associated jobs) into a different compartment within the same tenancy.\nFor more information, see\n[Moving a Stack](/iaas/Content/ResourceManager/Tasks/change-compartment-stack.htm).\n" }, { "info": { "name": "Checks drift status for the specified stack.\n", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/stacks/:stackId/actions/detectDrift", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "stackId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the stack." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Checks drift status for the specified stack.\nFor more information, see\n[Detecting Drift](/iaas/Content/ResourceManager/Tasks/detect-drift.htm).\n" }, { "info": { "name": "Lists drift status details for each resource defined in the specified stack.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/stacks/:stackId/actions/listResourceDriftDetails", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "stackId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the stack." }, { "name": "workRequestId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the work request." }, { "name": "resourceDriftStatus", "value": "", "type": "query", "description": "A filter that returns only resources that match the given drift status. The value is case-insensitive.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" } ] }, "docs": "Lists drift status details for each resource defined in the specified stack.\nThe drift status details for a given resource indicate differences, if any, between the actual state\nand the expected (defined) state for that resource.\nThe drift status details correspond to the specified work request (`workRequestId`).\nIf no work request is specified, then the drift status details correspond to the latest completed work request for the stack.\nFor more information, see\n[Listing Drift Status](/iaas/Cont" }, { "info": { "name": "Gets the list of resources associated with the specified stack.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/stacks/:stackId/associatedResources", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "stackId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the stack." }, { "name": "terraformResourceType", "value": "", "type": "query", "description": "A filter to return only specified resource types.\nFor more information about resource types supported for the Oracle Cloud Infrastructure [OCI] provider, see [Oracle Cloud Infrastructure Provider](https://registry.terraform.io/providers/oracle/oci/latest/docs).\n" }, { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" } ] }, "docs": "Gets the list of resources associated with the specified stack.\nFor more information, see\n[Listing Stack Resources](/iaas/Content/ResourceManager/Tasks/list-stack-resources.htm).\n" }, { "info": { "name": "Gets the stack's zipped Terraform configuration", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/stacks/:stackId/tfConfig", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "stackId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the stack." } ] }, "docs": "Returns the Terraform configuration file for the specified stack in zip format.\nReturns an error if no zip file is found.\nFor more information, see\n[Getting a Stack Terraform Configuration](/iaas/Content/ResourceManager/Tasks/get-stack-tf-config.htm).\n" }, { "info": { "name": "Get Terraform state of the specified stack.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/stacks/:stackId/tfState", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "stackId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the stack." } ] }, "docs": "Returns the Terraform state for the specified stack.\nFor more information, see\n[Getting a Stack State File](/iaas/Content/ResourceManager/Tasks/get-stack-tf-state.htm).\n" }, { "info": { "name": "Lists template categories.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/templateCategories", "headers": [ { "name": "opc-request-id", "value": "" } ] }, "docs": "Lists template categories.\nFor more information, see\n[Listing Template Categories](/iaas/Content/ResourceManager/Tasks/list-template-categories.htm).\n" }, { "info": { "name": "Lists templates according to the specified filter.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/templates", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "templateCategoryId", "value": "", "type": "query", "description": "Unique identifier for the template category.\nPossible values are `0` (Quickstarts), `1` (Service), `2` (Architecture), and `3` (Private).\nTemplate category labels are displayed in the Console page listing templates.\nQuickstarts, Service, and Architecture templates (categories 0, 1, and 2) are available in all compartments.\nEach private template (category 3) is available in the compartment where it was created.\n" }, { "name": "templateId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the template." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly.\nUse this filter to list a resource by name.\nRequires `sortBy` set to `DISPLAYNAME`.\nAlternatively, when you know the resource OCID, use the related Get operation.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to use when sorting returned resources.\nBy default, `TIMECREATED` is ordered descending.\nBy default, `DISPLAYNAME` is ordered ascending. Note that you can sort only on one field.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use when sorting returned resources. Ascending (`ASC`) or descending (`DESC`).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" } ] }, "docs": "Lists templates according to the specified filter.\nThe attributes `compartmentId` and `templateCategoryId` are required unless `templateId` is specified.\nFor more information, see\n[Listing Templates](/iaas/Content/ResourceManager/Tasks/list-template.htm).\n" }, { "info": { "name": "Creates a private template in the specified compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/templates", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a private template in the specified compartment.\nFor more information, see\n[Creating a Private Template](/iaas/Content/ResourceManager/Tasks/create-template.htm).\n" }, { "info": { "name": "Gets the specified template.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/templates/:templateId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "templateId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the template." } ] }, "docs": "Gets the specified template.\nFor more information, see\n[Getting a Private Template's Details](/iaas/Content/ResourceManager/Tasks/get-template.htm).\n" }, { "info": { "name": "Updates the specified template.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20180917/templates/:templateId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "templateId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the template." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified template.\nFor more information, see\n[Updating a Private Template](/iaas/Content/ResourceManager/Tasks/update-template.htm).\n" }, { "info": { "name": "Deletes the specified template.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20180917/templates/:templateId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "templateId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the template." } ] }, "docs": "Deletes the specified template.\nFor more information, see\n[Deleting a Private Template](/iaas/Content/ResourceManager/Tasks/delete-template.htm).\n" }, { "info": { "name": "Moves a template into a different compartment. When provided, If-Match is checked against ETag values of the Template.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180917/templates/:templateId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "templateId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the template." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a template into a different compartment within the same tenancy.\nFor more information, see\n[Moving a Private Template](/iaas/Content/ResourceManager/Tasks/change-compartment-template.htm).\n" }, { "info": { "name": "Gets the template's logo file", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/templates/:templateId/logo", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "templateId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the template." } ] }, "docs": "Returns the Terraform logo file in .logo format for the specified template.\nReturns an error if no logo file is found.\nFor more information, see\n[Getting a Private Template's Logo](/iaas/Content/ResourceManager/Tasks/get-template-logo.htm).\n" }, { "info": { "name": "Gets the template's zipped Terraform configuration", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/templates/:templateId/tfConfig", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "templateId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the template." } ] }, "docs": "Returns the Terraform configuration file in zip format for the specified template.\nReturns an error if no zip file is found.\nFor more information, see\n[Getting a Private Template's Terraform Configuration](/iaas/Content/ResourceManager/Tasks/get-template-tf-config.htm).\n" }, { "info": { "name": "Lists supported Terraform versions.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/terraformVersions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" } ] }, "docs": "Returns a list of supported Terraform versions for use with stacks.\nFor more information, see\n[Listing Terraform Versions](/iaas/Content/ResourceManager/Tasks/list-tf-versions.htm).\n" }, { "info": { "name": "Lists work requests", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/workRequests", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "resourceId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the resource." }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" } ] }, "docs": "Lists the work requests in the specified compartment or for the specified resource.\nFor more information, see\n[Listing Work Requests](/iaas/Content/ResourceManager/Tasks/list-work-request.htm).\n" }, { "info": { "name": "Get Work Request", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/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 work request." } ] }, "docs": "Returns the specified work request.\nFor more information, see\n[Getting a Work Request's Details](/iaas/Content/ResourceManager/Tasks/get-work-request.htm).\n" }, { "info": { "name": "Lists work request errors", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/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 work request." }, { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use when sorting returned resources. Ascending (`ASC`) or descending (`DESC`).\n" } ] }, "docs": "Returns a paginated list of errors for the specified work request.\nFor more information, see\n[Listing Errors for a Work Request](/iaas/Content/ResourceManager/Tasks/list-work-request-errors.htm).\n" }, { "info": { "name": "Lists work request logs", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180917/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 work request." }, { "name": "compartmentId", "value": "", "type": "query", "description": "A filter to return only resources that exist in the compartment, identified by [OCID](/iaas/Content/General/Concepts/identifiers.htm).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned in a paginated `List` call. For information about pagination, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the preceding `List` call.\nFor information about pagination, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use when sorting returned resources. Ascending (`ASC`) or descending (`DESC`).\n" } ] }, "docs": "Returns a paginated list of logs for the specified work request.\nFor more information, see\n[Listing Logs for a Work Request](/iaas/Content/ResourceManager/Tasks/list-work-request-logs.htm).\n" } ] } ], "bundled": true }