Operation

get /data/otn/retrieveLinkUtilDataForDashboard/{connType}
getLinkUtilDataForPhysicalConnection (getLinkUtilDataForPhysicalConnection : /data/otn/retrieveLinkUtilDataForDashboard/{connType})
getLinkUtilDataForPhysicalConnection

Path parameters

Name

IsRequired

Description

Enum

connType required connType ---

Return type
  • array[LinkUtilizationReport]
  • 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
  • LinkUtilizationProfileDTO
  • 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
  • array[LinkUtilizationProfileDTO]
  • 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
  • array[LinkUtilizationProfileDTO]
  • 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
  • LinkUtilOperationResponse
  • 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 :

    LinkUtilizationProfileDTO

    Name

    Type

    Description

    Enum

    id Integer integer --- ---
    type String string --- ---
    name String string --- ---
    linkUtilThreshold Long long --- ---
    key String string --- ---
    className String string --- ---

    LinkUtilizationReport

    Name

    Type

    Description

    Enum

    totalConnections Integer integer --- ---
    profileName String string --- ---
    totalConnectionsOverThreshold Integer integer --- ---

    LinkUtilOperationResponse

    Name

    Type

    Description

    Enum

    ok Boolean boolean --- ---
    responseMessage String string --- ---