Skip to main content

"manager"

The "manager" property contains operations that can be used to interact with the replication manager options and information.

Examples

"list_engines" example

{
  "memphis": {
     "name": "MEMPHIS",
     "host": "localhost",
     "port": "7597",
     "uid": "admin",
    "pwd": "ADMIN"
  },
  "manager":{
    "actions": [ "list_engines" ]
  }
}
{
  "memphis": {
     "name": "MEMPHIS",
     "host": "localhost",
     "port": "7597",
     "uid": "admin",
    "pwd": "ADMIN"
  },
  "manager":{
    "actions": [ "list_plans" ]
  }
}
{
  "memphis": {
     "name": "MEMPHIS",
     "host": "localhost",
     "port": "7597",
     "uid": "admin",
    "pwd": "ADMIN"
  },
  "manager":{
    "actions": [ "list_groups" ]
  }
}
{
  "memphis": {
     "name": "MEMPHIS",
     "host": "localhost",
     "port": "7597",
     "uid": "admin",
    "pwd": "ADMIN"
  },
  "manager":{
    "actions": [ "list_engines",list_plans","list_groups" ],
    "options":  ["replace"]
  }
}
{
 "memphis": {
     "name": "MEMPHIS",
     "host": "localhost",
     "port": "7597",
     "uid": "admin",
    "pwd": "ADMIN"
  },
  "manager":{
    "actions": [ "active_engine" ],
    "name":  "FAIRCOMS@HOST001"
  }
}
{
 "memphis": {
     "name": "MEMPHIS",
     "host": "localhost",
     "port": "7597",
     "uid": "admin",
    "pwd": "ADMIN"
  },
  "manager":{
    "actions": [ "active_plan" ],
    "name":  "planFiles"
  }
}
{
 "memphis": {
     "name": "MEMPHIS",
     "host": "localhost",
     "port": "7597",
     "uid": "admin",
    "pwd": "ADMIN"
  },
  "manager":{
    "actions": [ "active_group" ],
    "name":  "group1"
  }
}

Property summary

Table 1. "manager" action summaries

Property

Description

"list_engines"

lists the engines currently managed by the specified replication manage

Note

This operation can be run together with "list_plans" and "list_groups".

"list_plans"

lists the replication plans managed by the replication manager indicating whether the plan is active or not

Note

This operation can be run together with "list_engines" and "list_groups".

"list_groups"

lists the availability groups managed by the replication manager indicating whether the group is active or not

Note

This operation can be run together with "list_plans" and "list_engines".

"active_engine"

checks whether the specified database engine is active

Note

The "name" parameter is required.

"active_plan"

checks whether the specified replication plan is active

Note

The "name" parameter is required.

"active_group"

checks whether the specified replication plan is active

Note

The "name" parameter is required.