Skip to main content

Retrieve the list of products in a MAP migration project.

GET 

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

Lists the products in a MAP migration project.

The id that is required is the id of that project, which you can either get from the map-migration API, or in the end of the URL when you access that project in the nOps dashboard.

The response will give you a list of products, example as follows:

[
{
"product_product_name": "Amazon Simple Storage Service",
"resources_count": 1274,
"cost": 27197.28631517493
},
{
"product_product_name": "Amazon Relational Database Service",
"resources_count": 100.42231726408892,
"cost": 15676.219524688924
}
]

Note: The resources_count and cost fields are calculated with approximate value.

Request

Path Parameters

    id stringrequired

Query Parameters

    migration_entity string

    Possible values: [standard, DBA, DBA_com, ec2_DBA, ec2_DBA_com, OLA, sap, pe]

    Default value: standard

    Migration Entity Type

    tagged boolean

    Filter results by un/tagged

    account_id string

    Filter results by account_id. Supports arrays. ?account_id=123&account_id=456

Responses

Resources List

Schema

    resources object
Loading...