v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
List Cloud Cost Management OCI configs
List the OCI configs.
get/api/v2/cost/oci_config
Response
OK
Example response
{
"data": [
{
"attributes": {
"account_id": "ocid1.tenancy.oc1..example",
"created_at": "2026-01-01T12:00:00Z",
"error_messages": [],
"status": "active",
"status_updated_at": "2026-01-01T12:00:00Z",
"updated_at": "2026-01-01T12:00:00Z"
},
"id": "1",
"type": "oci_config"
}
]
}