Create a resource

This command creates a resource. The specified cloud project and team can use the resource in the blueprint designer palette, when provisioning environments, and through the REST API.

Request

POST http://{hostname}:{port}
  /landscaper/rest/teams/{team_id}/cloudprojects/{cloud_project_id}/regions/{region_id}/resources/{CloudProjectResourceType}
Accept: application/json
Content-Type: application/json
Table 1. URL parameters
Parameter Type Required Description
cloud_project_id string true
CloudProjectResourceType string true
region_id string true
team_id string true
Table 2. Header parameters
Parameter Type Required Description
Content-Type application/json true
Accept application/json true