Spring Cloud Config · Capability
Spring Cloud Config Server API — Configuration
Spring Cloud Config Server API — Configuration. 8 operations. Lead operation: Get configuration as JSON. Self-contained Naftiko capability covering one Spring Cloud Config business surface.
What You Can Do
GET
Getconfigjson
— Get configuration as JSON
/v1/application-profile-json
GET
Getconfigproperties
— Get configuration as properties
/v1/application-profile-properties
GET
Getconfigyaml
— Get configuration as YAML
/v1/application-profile-yml
GET
Getenvironment
— Get environment configuration
/v1/{application}/{profile}
GET
Getenvironmentwithlabel
— Get environment configuration with label
/v1/{application}/{profile}/{label}
GET
Getconfigjsonwithlabel
— Get configuration as JSON with label
/v1/{label}/application-profile-json
GET
Getconfigpropertieswithlabel
— Get configuration as properties with label
/v1/{label}/application-profile-properties
GET
Getconfigyamlwithlabel
— Get configuration as YAML with label
/v1/{label}/application-profile-yml
MCP Tools
get-configuration-json
Get configuration as JSON
read-only
idempotent
get-configuration-properties
Get configuration as properties
read-only
idempotent
get-configuration-yaml
Get configuration as YAML
read-only
idempotent
get-environment-configuration
Get environment configuration
read-only
idempotent
get-environment-configuration-label
Get environment configuration with label
read-only
idempotent
get-configuration-json-label
Get configuration as JSON with label
read-only
idempotent
get-configuration-properties-label
Get configuration as properties with label
read-only
idempotent
get-configuration-yaml-label
Get configuration as YAML with label
read-only
idempotent