Virima API Specification - FederationService Services
The requests documented in this section are directed to
FederationService resources, which represent .
enableFederation POST Interface
Method: POST
Relative URL: federation/add
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
input | FederationInput | |
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
ENABLEFEDERATION
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"disable":?
}
Example Response:
{
"id":2147483647,
"response":"?"
}
getStatus GET Interface
Method: GET
Relative URL: federation/get-status
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Response Structure:
Field Name | Type | Description |
---|
resp | Response | |
Example Request:
Example Response:
{
"id":2147483647,
"response":"?"
}