Operation
get /data/otn/retrieveLinkUtilDataForDashboard/{connType}
getLinkUtilDataForPhysicalConnection (getLinkUtilDataForPhysicalConnection : /data/otn/retrieveLinkUtilDataForDashboard/{connType})
getLinkUtilDataForPhysicalConnection
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
connType | required | connType | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
array[LinkUtilizationReport]
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
External Docs
See Also :
Operation
get /data/otn/linkUtilProfile/{profileId}
getLinkUtilProfileById (getLinkUtilProfileById : /data/otn/linkUtilProfile/{profileId})
getLinkUtilProfileById
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
profileId | required | profileId | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
LinkUtilizationProfileDTO
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
External Docs
See Also :
Operation
get /data/otn/linkUtilProfile
getLinkUtilProfiles (getLinkUtilProfiles : /data/otn/linkUtilProfile)
getLinkUtilProfiles
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
array[LinkUtilizationProfileDTO]
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
External Docs
See Also :
Operation
get /data/otn/linkUtilProfileForDeploy
getLinkUtilProfilesForDeploy (getLinkUtilProfilesForDeploy : /data/otn/linkUtilProfileForDeploy)
getLinkUtilProfilesForDeploy
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
array[LinkUtilizationProfileDTO]
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
External Docs
See Also :
Operation
put /data/otn/linkUtilProfile/{profileId}
updateLinkUtlizationProfile (updateLinkUtlizationProfile : /data/otn/linkUtilProfile/{profileId})
updateLinkUtlizationProfile
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
profileId | required | profileId | --- |
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | optional | linkUtilProfile | LinkUtilizationProfileDTO |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
LinkUtilOperationResponse
|
201Created | --- |
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/json
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
*/*
External Docs
See Also :