GET /info/extension-management/discovery
This resource shows two elements; first you will find the status of the extension discovery that can be "running" or "idle" and second the controller address used to start the extentions discovery.
ul
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
Object Name: Discovery
propertyName | type | description | get |
---|---|---|---|
State | String | This is the current state of the extensions discovery : |
Url Example: https://1.1.1.1/api/rest/v1/info/extension-management/discovery
{
"state": "idle",
"start": {
"href": "/api/rest/v1/info/extension-management/discovery/start",
"name": "start"
}
}
Url Example: https://1.1.1.1/api/rest/v1/info/extension-management/discovery
<?xml version="1.0" encoding="utf-8"?>
<Discovery>
<State>idle</State>
<Start>
<Href>
/api/rest/v1/info/extension-management/discovery/start
</Href>
<Name>start</Name>
</Start>
</Discovery>