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 list

GET
http://localhost:3000/service_management/service/instances
GET
/service_management/service/instances
$curl http://localhost:3000/service_management/service/instances \
> -u "<username>:<password>"
1[
2 {
3 "name": "datatypes",
4 "key_type": "service-name",
5 "key_value": "largeone",
6 "devices": [
7 null
8 ]
9 }
10]
Returns all service instances.
Was this page helpful?
Previous

Get service model fields

Next
Built with

Authentication

AuthorizationBasic

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

Response

An array of all service instances.
namestring
key_typestring
key_valuestring
deviceslist of any

Errors

500
Internal Server Error