Summary:
Force control of a server (that already belongs to a different config set) when adding it to a new config set.
URL:
http(s)://{server hostname}/api/cfg/serverGroupMembership/{serverId}?forceControl=true
Methods summary
POST Method - force control of a server (that already belongs to a different config set) when adding it to a new config set.
POST Method detail
Force control of a server (that already belongs to a different config set) when adding it to a new config set.
Example:
INPUT
curl -u admin:admin https://localhost/api/cfg/serverGroupMembership/bb816bfa-4f95-4337-9618-de220e055905?forceControl=true?media=json -X POST -H "content-type:application/json" -d \
{
"membersAdded": [ "d176aa00-d3d4-4ba1-9409-b480858f7a4d" ]
}'
OUTPUT
{
"items" : [ {
"serverId" : "d176aa00-d3d4-4ba1-9409-b480858f7a4d",
"serverGroupId" : "bb816bfa-4f95-4337-9618-de220e055905"
} ],
"count" : 1
}
Comments
0 comments
Please sign in to leave a comment.