For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTAdd or save a service instance
        • POSTAdd or save multiple service instances
        • POSTConfig dry run
        • GETCreate a service model form
        • DELDelete service instance
        • DELDelete service instance from a path
        • POSTDelete service instances
        • POSTDelete service instances using paths
        • DELDelete service model
        • POSTDry-run a service instance
        • POSTDry-run a service instance
        • DELDry-run: delete service instance from a path
        • POSTDry-run: delete service instances
        • GETGet all instances of a service
        • GETGet all service model details
        • GETGet all service model information
        • GETGet details of a service instance
        • GETGet details of a service model
        • GETGet devices in a service instance
        • POSTGet list of merged service models
        • POSTGet service instance check-Sync status
        • POSTGet service instance configuration
        • POSTGet service instance device modifications
        • GETGet service instance list
        • GETGet service model fields
        • POSTIssue a reactive redeploy on a service instance
        • GETList all service models
        • POSTMap instance data to a service model
        • POSTSave an instance
        • POSTSave instances
        • POSTSet tenant for a service instance
        • POSTSet/Update service model fields
        • POSTTest an instance
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceService Management

Get service instance configuration

POST
http://localhost:3000/service_management/instance/:path/operations/config
POST
/service_management/instance/:path/operations/config
$curl -X POST http://localhost:3000/service_management/instance/path/operations/config \
> -H "Content-Type: application/json" \
> -u "<username>:<password>" \
> -d '{}'
1{}
Get the configuration of a service instance.
Was this page helpful?
Previous

Get service instance device modifications

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

pathstringRequired

Service Path of a specific service instance. (Encoded URL Parameter)

Request

request body
hoststringOptional

Response

An object containing service configuration specific to a service instance.

Errors

500
Internal Server Error