Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Remote serviceProtocolPortExtension
Virtualization managerhttp://8009virtualfactory
Monitor managerhttp://8009vsm
Appliance managerhttp://8009am
Discovery managerhttp://8009nodecollector
Storage managerhttp://8009ssm
Business process managerhttp://8009bpm-async
DHCP serviceomapi://7911 
DHCPV6 serviceomapi://7911 
Remote access managerguacd://4822

Depending on your system, other configurations are possible, for example, to avoid CORS issues, you might decide to configure AM access through HTTPS on port 443.

...

Code Block
curl -X POST https://mjspac.bcn.abiquo.com:443/api/config/action/remoteservicecheck \ 
	-H 'Content-Type:application/vnd.abiquo.remoteservice+json;version=34.82' \
	-d @requestpayload.json \ 
	-u admin:xabiquo --verbose

...

To modify a remote service to add it to public cloud regions or datacenters, perform a put PUT request with a remote service entity containing the links to the locations where you want to add the remote service. 

Include Page
Ex Update a remote service
Ex Update a remote service

...