Apollo Config · Capability
Apollo Config Open API — Items
Apollo Config Open API — Items. 5 operations. Lead operation: List configuration items. Self-contained Naftiko capability covering one Apollo Config business surface.
What You Can Do
GET
Listitems
— List configuration items
/v1/openapi/v1/envs/{env}/apps/{appid}/clusters/{clustername}/namespaces/{namespacename}/items
POST
Createitem
— Create a configuration item
/v1/openapi/v1/envs/{env}/apps/{appid}/clusters/{clustername}/namespaces/{namespacename}/items
GET
Getitem
— Get a configuration item
/v1/openapi/v1/envs/{env}/apps/{appid}/clusters/{clustername}/namespaces/{namespacename}/items/{key}
PUT
Updateitem
— Update a configuration item
/v1/openapi/v1/envs/{env}/apps/{appid}/clusters/{clustername}/namespaces/{namespacename}/items/{key}
DELETE
Deleteitem
— Delete a configuration item
/v1/openapi/v1/envs/{env}/apps/{appid}/clusters/{clustername}/namespaces/{namespacename}/items/{key}
MCP Tools
list-configuration-items
List configuration items
read-only
idempotent
create-configuration-item
Create a configuration item
get-configuration-item
Get a configuration item
read-only
idempotent
update-configuration-item
Update a configuration item
idempotent
delete-configuration-item
Delete a configuration item
idempotent