I got subnet's detail information using api but i don't know how to decide status & description of subnet .
相关问题
- Apache web server timeout after 60 seconds
- SoftLayer API : How to get NetScaler list in Softl
- Getting bandWidth data in SL
- Password Update in SL
- Impersonating another user in SoftLayer
相关文章
- Getting bandWidth data in SL
- Password Update in SL
- Impersonating another user in SoftLayer
- New items for SoftLayer virtual server order?
- No Data for IOPS while Selecting Storage Size 250G
- how to order SoftLayer_Virtual_ReservedCapacityGro
- How do you upgrade a Snapshot space on Endurance s
- ObjectFilter in SoftLayer doesn't work
Try the following rest request:
Replace: $user, $apiKey and $subnetId with your own information
This is the logic for:
Status:
If the "guestNetworkComponentBinding" is not empty, the status is "In Use"
Description:
If the ""guestNetworkComponentBinding" is not empty, the description is "Primary IP"
References: