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
- 200
- application/json
- Schema
- Example (from schema)
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
[
{
"id": 0,
"extra_filters": {},
"created": "2024-07-29T15:51:28.071Z",
"modified": "2024-07-29T15:51:28.071Z",
"name": "string",
"migration_id": "string",
"tag_key": "string",
"server_id": "string",
"credit_percent": 0,
"workload_pk": 0,
"date_start": "2024-07-29",
"date_end": "2024-07-29",
"migration_period": 0,
"windows_optimization": "yes",
"map_credit_cap": 0,
"target_spending": 0,
"client": 0,
"on_prem_non_commercial_db_entity": 0,
"on_prem_commercial_db_entity": 0,
"ec2_non_commercial_db_entity": 0,
"ec2_commercial_db_entity": 0,
"sap_entity": 0,
"baseline_s3_entity": 0,
"speciality_services_entity": 0,
"private_equity_entity": 0
}
]
Loading...