-
checkSync
Get Service Instance Check-Sync Status
POST /service_management/instance/:path/operations/check-syncGet check-sync status of a service instance in a given format.
-
config
Get Service Instance Configuration
POST /service_management/instance/:path/operations/configGet the configuration of a service instance.
-
createServiceModelForm
Create a Service Model Form
GET /service_management/model/:service_model_path/formCreates service model form by service model path.
-
deleteInstances
Delete Service Instances
POST /service_management/service/instances/delete/:nameDelete service instances.
-
deleteServicePathsDryRun
Dry Run Delete Service Instances
POST /service_management/deleteServicePathsDryRun/:hostCalculates the minimum device configuration commands required to delete one or more service instances hosted on a single south-bound system. Alternative API to [API ServiceManager.testInstances]{@link cogs.ServiceManager#testInstances}.
-
deviceModifications
Get Service Instance Device Modifications
POST /service_management/instance/:path/operations/device-modificationsGet device modifications of a service instance.
-
getDevicesInServiceInstance
Get Devices in a Service Instance
GET /service_management/service/instance/devices/:name/:key/:hostGet detail information about devices associated with a specific service instance.
-
getInstance
Get Details of a Service Instance
GET /service_management/getInstance/:model/:valueGet all properties for a service model instance
-
getInstancesOfService
Get All Instances of a Service
GET /service_management/service/instance/:nameGet all instances of a service by service model name.
-
getServiceInstanceMap
Get Service Instance List
GET /service_management/service/instancesGet all service instances.
-
getServiceModel
Get Details of a Service Model
GET /service_management/model/:service_model_pathGet all details on a service model; including its name and the fields that make up its keys
-
getServiceModelMap
Get All Service Model Information.
GET /service_management/service/modelsGet the list of service model names along with the adapter names where those service models are found.
-
getServicesDetails
Get All Service Model Details
GET /service_management/service/detailsGet a list of service models and the time it was last changed.
-
listServiceModels
List All Service Models
GET /service_management/service/models/list{Object} An array of objects containing service model paths and host information.
-
reactiveRedeploy
Issue a Reactive Re-deploy on a Service Instance
POST /service_management/instance/:path/operations/reactive-redeployIssue a reactive re-deploy on a service instance.
-
saveInstances
Save Instances
POST /service_management/saveInstancesCreate a new service instance or update an existing service instance.
-
testInstances
Config Dry Run
POST /service_management/testInstancesCalculates the minimum device configuration commands required to save new service instances or update existing service instances.
-
ViewServiceModelForm
View Service Model (manual workflow task)
/service_management/task/ViewServiceModelForm -
ViewTestService
View Dry Run Results (manual workflow task)
/service_management/task/ViewTestService