Post Compatible Subnets Async
Sets which subnet to use to link accounts and finishes the linking process via a task
Organization identifier
The subnet chosen by the customer
{
    "connected_account_id": "string",
    "region_name": "string",
    "availability_zone": "string",
    "subnet_id": "string",
    "subnet_cidr_block": "string",
    "is_compatible": false,
    "vpc_id": "string",
    "vpc_cidr_block": "string",
    "name": "string"
}The connected account ID this subnet is accessible through. This is an internal ID formatted as a UUID specific to Skyscraper.
The region this subnet is in, usually in the form of country code, general location, and a number (ex. us-west-2).
The availability zone this subnet is in, which should be the region name plus one extra letter (ex. us-west-2a).
The subnet ID in AWS, provided in the form 'subnet-######'.
The CIDR block of the subnet, in the form of '#.#.#.#/#'.
Flag indicating whether this subnet is compatible. If true, this is a valid choice for the customer to deploy a SDDC in.
The VPC ID the subnet resides in within AWS. Tends to be 'vpc-#######'.
The CIDR block of the VPC, in the form of '#.#.#.#/#'.
Optional field (may not be provided by AWS), indicates the found name tag for the subnet.
OK
{
    "updated": "string",
    "user_id": "string",
    "updated_by_user_id": "string",
    "created": "string",
    "version": 5,
    "updated_by_user_name": "string",
    "user_name": "string",
    "id": "1d1c83ee-e0b7-4de9-b660-9a9ca1d22f32",
    "status": "string",
    "localized_error_message": "string",
    "resource_id": "string",
    "parent_task_id": "string",
    "task_version": "string",
    "correlation_id": "string",
    "start_resource_entity_version": 0,
    "customer_error_message": "string",
    "sub_status": "string",
    "task_type": "string",
    "start_time": "string",
    "task_progress_phases": [
        {
            "id": "string",
            "name": "string",
            "progress_percent": 0
        }
    ],
    "error_message": "string",
    "org_id": "1d1c83ee-e0b7-4de9-b660-9a9ca1d22f32",
    "end_resource_entity_version": 5,
    "service_errors": [
        {
            "default_message": "string",
            "original_service": "string",
            "localized_message": "string",
            "original_service_error_code": "string"
        }
    ],
    "org_type": "string",
    "estimated_remaining_minutes": 4,
    "progress_percent": 75,
    "phase_in_progress": "string",
    "resource_type": "string",
    "end_time": "string"
}Unauthorized
Forbidden
