Lists supported Resource Discovery services.
GET {{baseUrl}}/resourceDiscoveryServices?compartmentId={{compartment_ocid}}
Returns a list of supported services for Resource Discovery. For reference on service names, see the Terraform provider documentation.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | A filter to return only resources that exist in the compartment, identified by OCID. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a | |
particular request, please provide the request ID. | |||
Date | string | (Required) Current Date | |
Authorization | string | (Required) Signature Authentication on Authorization header |
RESPONSES
status: OK
{"items":[{"discoveryScope":"COMPARTMENT","name":"Duis non tempor sunt"},{"discoveryScope":"TENANCY","name":"elit Ut pariatur"}]}