Skip to main content

Retrieve a specific MAP migration project.

GET 

/c/v3/map-migration/:id/

Retrieve the list of MAP migration projects by id.

Request

Path Parameters

    id stringrequired

Responses

Schema

    id ID (integer)
    extra_filters objectrequired
    created date-time
    modified date-time
    name Name (string)required

    Possible values: non-empty and <= 128 characters

    migration_id Migration id (string)required

    Possible values: non-empty and <= 128 characters

    tag_key Tag key (string)required

    Possible values: non-empty and <= 128 characters

    server_id Server id (string)required

    Possible values: non-empty and <= 128 characters

    credit_percent Credit percent (number)

    Possible values: <= 100

    workload_pk Workload pk (integer)nullable

    Possible values: >= -2147483648 and <= 2147483647

    date_start date
    date_end datenullable
    migration_period Migration period (integer)

    Possible values: >= -2147483648 and <= 2147483647

    windows_optimization Windows optimization (string)

    Possible values: [yes, no, not_applicable]

    map_credit_cap Map credit cap (integer)nullable

    Possible values: >= -2147483648 and <= 2147483647

    target_spending Target spending (integer)nullable

    Possible values: >= -2147483648 and <= 2147483647

    client Client (integer)required
    on_prem_non_commercial_db_entity On prem non commercial db entity (integer)nullable
    on_prem_commercial_db_entity On prem commercial db entity (integer)nullable
    ec2_non_commercial_db_entity Ec2 non commercial db entity (integer)nullable
    ec2_commercial_db_entity Ec2 commercial db entity (integer)nullable
    sap_entity Sap entity (integer)nullable
    baseline_s3_entity Baseline s3 entity (integer)nullable
    speciality_services_entity Speciality services entity (integer)nullable
    private_equity_entity Private equity entity (integer)nullable
Loading...