ServiceAdmin
ServiceAdmin APIs provide administrative access to the Services on a Broker. They are listed in the following table:
Method |
Method Type |
Description |
PUT |
Cancels all active Services on the Broker. |
|
PUT |
Cancels a specific invocation specified by the given Service ID and Invocation ID. |
|
PUT |
Cancels the Service specified by the given Service ID. |
|
DELETE |
Removes resource files from both the staging and deployed areas. |
|
POST |
Deploys resources. |
|
GET |
Retrieves Service information of all the Services on the Broker. |
|
GET |
Retrieves a list of IDs of Engines that have been blacklisted for a specified Service. |
|
GET |
Retrieves the number of completed invocations of the specified Service. |
|
GET |
Retrieves the total number of finished Services on the Broker. |
|
GET |
Retrieves the total number of pending and running invocations on the Broker. |
|
GET |
Retrieves the information about a particular invocation of a Service, for the given Service ID and Invocation ID. |
|
GET |
Retrieves the number of pending invocations on the Broker. |
|
GET |
Retrieves the number of pending invocations of the specified Service. |
|
GET |
Retrieves a list of all registered Services; returns null if no Services are registered. |
|
GET |
Retrieves the number of invocations currently executed by Engines on the Broker. |
|
GET |
Retrieves the total number of active Services on the Broker. |
|
GET |
Retrieves the number of invocations currently executed by Engines of the specified Service. |
|
POST |
Retrieves information of the given Service and invocation IDs. |
|
POST |
Retrieves information of the given Service IDs running on the Broker. |
|
GET |
Retrieves the binding of the specified Service. |
|
GET |
Retrieves the total number of Services on the Broker. |
|
GET |
Retrieves the list of all Service IDs on the Broker. |
|
GET |
Retrieves the Service information of the given Service ID. |
|
POST |
Retrieves the Service information of all Services on the Broker that match the description condition. |
|
GET |
Retrieves the total number of invocations of the specified Service. |
|
GET |
Retrieves the total number of task expiration events of the specified Service. |
|
GET |
Retrieves whether the methods are available. |
|
GET |
Lists resources on the Server. |
|
POST |
Registers the binding in the Service Registry; this must be done on the Primary Director. |
|
DELETE |
Removes the information of all finished Services from the Broker. |
|
DELETE |
Removes the information of finished Services from the Broker. |
|
GET |
Checks whether a file exists in the designated area. |
|
PUT |
Sets whether Service information is removed during Service cleanup. |
|
PUT |
Sets the priority of the specified Service. |
|
DELETE |
Unregisters the binding in the Service Registry; this must be done on the Primary Director. |