Service Instances (old) REST Endpoints

Service Instances (old)
These endpoints, which use an old resource path, will be deprecated in the future. Do not use these endpoints.
Create a Service Instance (old)
Method: post
Path: /paas/service/jcs/api/v1.1/instances/{identityDomainId}
Delete a Service Instance (old)
Method: put
Path: /paas/service/jcs/api/v1.1/instances/{identityDomainId}/{serviceId}
Stop and Start a Service Instance and Individual VMs (old)
Method: post
Path: /paas/service/jcs/api/v1.1/instances/{identityDomainId}/{serviceId}
View a Service Instance (old)
Method: get
Path: /paas/service/jcs/api/v1.1/instances/{identityDomainId}/{serviceId}
View All Service Instances (old)
Method: get
Path: /paas/service/jcs/api/v1.1/instances/{identityDomainId}
View the Status of a Service Instance Lifecycle Operation (old)
Method: get
Path: /paas/service/jcs/api/v1.1/instances/{identityDomainId}/status/{requestName}/job/{jobId}