Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed Instantiation API Code Block Labels

...

Code Block
languagebash
titleCommand to Instantiate DELETE a Profileresource
curl -X DELETE http://NODE_IP:30280/api/multicloud-k8s/v1/v1/instance/ZKMTSaxv

...

Code Block
languagebash
titleCommand to Instantiate GET a Profileresource
curl -X GET http://NODE_IP:30280/api/multicloud-k8s/v1/v1/instance/ZKMTSaxv

...

Code Block
languagebash
titleCommand to Instantiate a ProfileGET all resources
curl -X GET http://NODE_IP:30280/api/multicloud-k8s/v1/v1/instance

...