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 service to catalog store
        • POSTCreate a new service order
        • POSTDelete a service
        • GETExport a catalog item
        • GETGet current user
        • GETGet form data
        • GETGet form ID for service
        • GETGet multiple forms
        • GETGet user groups
        • GETGet workflows
        • POSTImport a catalog items
        • POSTInvoke service order
        • GETList of service models
        • GETList services in store
        • POSTUpdate a service in catalog store
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceService Catalog

Invoke service order

POST
http://localhost:3000/service_catalog/invokeServiceOrder
POST
/service_catalog/invokeServiceOrder
$curl -X POST http://localhost:3000/service_catalog/invokeServiceOrder \
> -H "Content-Type: application/json" \
> -u "<username>:<password>" \
> -d '{}'
1"The workflow job submitted for the service catalog."
Invokes a service order.
Was this page helpful?
Previous

List of service models

Next
Built with

Authentication

AuthorizationBasic

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

Request

request body
serviceCatalogNamestringOptional

Response

Success or failure status of the workflow job.

Errors

500
Internal Server Error