v1
latestOpenAPI 3.0.22026-07-13111437.5 KBprovisioning
Adds a new Environment to an existing Portfolio
Adds a new Environment to be provisioned. Once provisioned, Operators can log in to the CSP and begin using provisioned resources and services, funded by the given CLIN.
Note
-
Invitations should be sent to all Operator email addresses included in the request. See #/info/description and #/components/schemas for details of these constructs.
-
If this Portfolio does not contain a CLIN whose classification_level matches that of the given Environment, vendors should return a HTTP 400 response.
post/portfolios/{portfolioId}/environments
Headers
X-Provision-Deadlinestring date-time
The deadline by which the ATAT client expects the portfolio provisioning process to be complete is dictated by the following values:
| Classification Level | Deadline |
|---|---|
| Unclassified | 2 Hours |
| Secret | 72 Hours |
| Top Secret | 72 Hours |
| Note: this header must NOT be sent if is_migration is true for the given Environment. |
Request body
Example request
{
"id": "csp-environment-id-123",
"name": "Sample Environment name",
"account_name": "sampleenvironment-a_1",
"email_distribution_list": "my-agency-mbx-program-abc-il2@agency.mil",
"dashboard_link": "https://vendor.com/account/csp-portfolio-id-123/environment/csp-environment-id-123",
"cloud_distinguisher": {
"name": "il4_dod",
"display_name": "Department of Defense - IL4",
"description": "Cloud System meant for use by DoD organizations with IL4 workloads"
}
}Response
Successful operation
Example response
{
"id": "csp-environment-id-123",
"name": "Sample Environment name",
"account_name": "sampleenvironment-a_1",
"email_distribution_list": "my-agency-mbx-program-abc-il2@agency.mil",
"dashboard_link": "https://vendor.com/account/csp-portfolio-id-123/environment/csp-environment-id-123",
"cloud_distinguisher": {
"name": "il4_dod",
"display_name": "Department of Defense - IL4",
"description": "Cloud System meant for use by DoD organizations with IL4 workloads"
}
}