IBM WebSphere · Capability
WebSphere Liberty Admin REST API — Configuration
WebSphere Liberty Admin REST API — Configuration. 7 operations. Lead operation: Get Server Configuration. Self-contained Naftiko capability covering one Websphere business surface.
What You Can Do
GET
Getserverconfig
— Get Server Configuration
/v1/config
PUT
Updateserverconfig
— Update Server Configuration
/v1/config
GET
Getconfigelement
— Get a Specific Configuration Element
/v1/config/{elementname}
POST
Createconfigelement
— Create a Configuration Element
/v1/config/{elementname}
GET
Getconfigelementbyid
— Get a Specific Configuration Element Instance
/v1/config/{elementname}/{uid}
PUT
Updateconfigelement
— Update a Configuration Element Instance
/v1/config/{elementname}/{uid}
DELETE
Deleteconfigelement
— Delete a Configuration Element Instance
/v1/config/{elementname}/{uid}
MCP Tools
get-server-configuration
Get Server Configuration
read-only
idempotent
update-server-configuration
Update Server Configuration
idempotent
get-specific-configuration-element
Get a Specific Configuration Element
read-only
idempotent
create-configuration-element
Create a Configuration Element
get-specific-configuration-element-instance
Get a Specific Configuration Element Instance
read-only
idempotent
update-configuration-element-instance
Update a Configuration Element Instance
idempotent
delete-configuration-element-instance
Delete a Configuration Element Instance
idempotent