Skip to main content

Retrieve the list of MAP migration projects.

GET 

/c/v3/map-migration/

Retrieve the list of MAP migration projects.

Each id in the response refers to a specific map project, with different proportions of tagged and untagged resources.

They might also show credits records, which are all the instances of credits that AWS has given to the client.

Request

Responses

Schema

  • Array [

  • 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...