Resources | Methods |
---|---|
https://localhost:8443/api/rest/dma-supercluster |
GET
Retrieve the current supercluster status of the DMA.
POST Join this DMA cluster to another target DMA cluster. POST Invite this DMA cluster to join a target DMA supercluster. POST Request that the receiving DMA send a supercluster join invitation to another DMA node. |
https://localhost:8443/api/rest/dma-supercluster/check-compatibility |
GET
Validates if the server is compatible to join the requesting supercluster.
|
https://localhost:8443/api/rest/dma-supercluster/{value} |
GET
Get the status of a cluster that is a member of the supercluster.
DELETE Removes a cluster from the supercluster. |
https://localhost:8443/api/rest/dma-supercluster/{value}/set-service-status |
POST
Sets the service status for the specified cluster of the supercluster.
|
https://localhost:8443/api/rest/dma-supercluster/{value}/restart-services |
POST
Restart the services for the specified cluster of the supercluster.
|
https://localhost:8443/api/rest/dma-supercluster/{value}/reset-services |
POST
Reset the services for the specified cluster of the supercluster.
|
GETRetrieve the current supercluster status of the DMA. [tags: DMA] RequestResponse
POSTJoin this DMA cluster to another target DMA cluster. If the target DMA cluster is free-standing (not superclustered), a new supercluster will be formed with both DMA clusters becoming members of the new supercluster. The local data store will be largely replaced by a copy of the data from the target DMA cluster; this data becomes the shared supercluster data store. If the target system is a member of an existing supercluster, this cluster will become a member in that supercluster. The local data store will be largely replaced by a copy of the data of that supercluster's existing shared data store. Fields required: host address, username, password Note: This API call is no longer supported in DMA 9.0 and higher This method has been replaced by the following API methods inviteToJoinDmaSupercluster sendInviteToJoinDmaSupercluster DMA roles required: administrator [tags: DMA] RequestRepresentations
Response
POSTInvite this DMA cluster to join a target DMA supercluster. This API is meant to be used internally between two DMAs If the DMA being invited is not part of a supercluster, it will join itself to the target DMA supercluster. The local data store will be largely replaced by a copy of the data from the target DMA cluster; this data becomes part of the shared supercluster data store. If the target system is a member of an existing supercluster, the request will be rejected. Note: This method is only supported in DMA 9.0 and higher DMA roles required: administrator [tags: DMA_INTERNAL] RequestRepresentations
Response
POSTRequest that the receiving DMA send a supercluster join invitation to another DMA node. If the DMA being invited is not part of a supercluster, it will join itself to the target DMA supercluster. The local data store will be largely replaced by a copy of the data from the target DMA cluster; this data becomes part of the shared supercluster data store. If the target system is a member of an existing supercluster, the request will be rejected. Note: This method is only supported in DMA 9.0 and higher DMA roles required: administrator [tags: DMA] RequestRepresentations
Response
|
GETValidates if the server is compatible to join the requesting supercluster. [tags: DMA_INTERNAL] RequestQuery Parameters
Response
|
Name | Type | Description |
---|---|---|
value | xs:string | Unique hostname or identifier of the cluster. |
GETGet the status of a cluster that is a member of the supercluster. [tags: DMA] RequestQuery Parameters
Response
DELETERemoves a cluster from the supercluster. [tags: DMA]RequestQuery Parameters
Response
|
Name | Type | Description |
---|---|---|
value | xs:string | Unique hostname or identifier of the cluster. |
POSTSets the service status for the specified cluster of the supercluster. [tags: DMA] RequestQuery Parameters
Representations
Response
|
Name | Type | Description |
---|---|---|
value | xs:string | Unique hostname or identifier of the cluster. |
POSTRestart the services for the specified cluster of the supercluster. [tags: DMA] RequestQuery Parameters
Response
|
Name | Type | Description |
---|---|---|
value | xs:string | Unique hostname or identifier of the cluster. |
POSTReset the services for the specified cluster of the supercluster. [tags: DMA] RequestQuery Parameters
Response
|