Service Management API

{ http://soa.com/uri/products/serviceadmin/wsdl/1.0 } ServiceAdmin

The API used to manage PM services.

POST/servicesCreates a service with an optional reference to a service definition.
PUT/services/{key}Update a service definition.
POST/services/importCreates a service with an optional reference to a service definition. Deprecated.
POST/services/uploadUpload a service definition.
GET/services/{key}Get details for a specific hosted service.
DELETE/services/{key}Remove a service
GET/services/{key}/processingReturns the debug options of a (virtual) service
GET/services/{key}/metricsGet real-time metrics for a specific hosted service.
GET/services/{key}/definitionGet the available description documents for a specific service.
PUT/services/{key}/definitionUpdate a service by importing a new definition
GET/services/{key}/endpointsGet endpoints for a service
POST/services/{key}/endpointsAdd an endpoint to a service.
POST/services/{key}/pkiUploads PKI keys and certificate for a service
DELETE/services/{key}/pkiDeletes PKI Keys of a service
GET/services/{key}/pkiReturns Certificate of a service
PUT/services/{key}/processingChanges the debug options of a (virtual) service
DELETE/services/{key}/definitionRemove all definition documents for a service.
PUT/services/{key}/definition/uploadUpdate Service by uploading a new service definition
GET/services/{key}/endpoints/{name}Get detailed service endpoint information
PUT/services/{key}/endpoints/{name}Changes a given endpoint of a service
DELETE/services/{key}/endpoints/{name}Remove an endpoint
POST/services/{key}/policies/{type}Attaches policies of the given type to a service
DELETE/services/{key}/policies/{type}Detaches all policies of the given type from a service
POST/services/{key}/pki/assignAssigns PKI Keys to a Service
GET/services/{key}/pki/exportReturns Certificate of a service
GET/services/{key}/pki/infoReturns Certificate of a service
GET/services/{key}/definition/{format}Get a particular description document for a service.
GET/services/{key}/definition/{format}/{reference:.+}Get a document referenced from a description document.