Adds one or more blueprints from different domains to the desired domain.
POST
http://{Admin API IP}:{port#}/api/v1/domains/{id}/blueprints
Example header format:
Authorization: Basic <authorization token returned from the login method>
Content-Type: application/json
(string) Domain's id.
(string) Blueprint's id.
ValidateResourceAvailability
(string) Set to true to check that the blueprint's resources are available in the new domain.
{ "Blueprints": [ { "Id": "ca60106f-761b-4463-976f-8cc846bc10ff" }, { "Id": "a68214a1-3c5d-4534-886d-a1d281e58f21" } ], "ValidateResourceAvailability": true }
{ "Errors": [] }
200 OK
Copyright © 2018 Quali