cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
962
Views
1
Helpful
0
Replies

DeviceUUID and ImageUUID association

Hello expert

I do not know which IOS image can be used for which device.

Can DeviceUUID and ImageUUID be associated by a common key?

"family" of (A) and  "type" of (B)  is not match.

"family" of (A) and  "series" of (B)  is not match.

Could you give me advice?

-----------------------------------------

(A)  /api/v1/image/importation

-----------------------------------------

response:[

{

    "family": "CAT9K",

    "name": "cat9k_iosxe.16.06.01.SPA.bin",

     .......

}

{

    "family": "CAT9K",

    "name": "cat9k_iosxe.16.06.02s.SPA.bin",

     .......

{

    "family": "Routers",

    "name": "isr4300-universalk9.16.03.06.SPA.bin",

     .......

}

]

-----------------------------------------

(B)  /api/v1/network-device

-----------------------------------------

response:[

{

    "type":"Cisco Catalyst 9500 Switch",

    "platformId":"C9500-24Q",

    "series":"Cisco Catalyst 9500 Series Switches",

     .......

}

{

    "type":"Cisco 4331 Integrated Services Router",

    "platformId":"ISR4331/K9",

    "series":"Cisco 4300 Series"

     .......

}

]

-----------------------------------------

0 Replies 0