Skip to main content
POST
Create a process promotion request

Authorizations

Authorization
string
header
required

Azure AD app-only access token. Obtain it from GET /v1/oauthToken and send it as the Authorization: Bearer {token} header.

Body

application/json
Title
string
required

Request title (max 50 characters).

Rationale
string
required

Reason for the promotion (max 50 characters).

EnvironmentType
enum<string>
required

Environment type.

Available options:
Sandbox,
UAT,
Production,
NA
OriginEnvironment
string<uuid>
required

ID of the source environment.

TargetEnvironment
string<uuid>
required

ID of the destination environment.

TargetEnvProcessID
integer

ID of the process in the target environment, if updating an existing one.

ListDetails
object[]

Response

Successful operation

RequestID
string<uuid>
Title
string
Rationale
string
EnvironmentType
enum<string>

Environment type.

Available options:
Sandbox,
UAT,
Production,
NA
RequestStatus
enum<string>

Request lifecycle status.

Available options:
AwaitingApproval,
Accepted,
NotAccepted,
Processing,
Completed,
Failed
OriginEnvironment
string<uuid>
TargetEnvironment
string<uuid>
TargetEnvProcessID
integer | null
ListDetails
object[]
Created
string<date-time> | null
Author
string