Operation

get /esmDiscovery/GetIsDiscoveryInProgress
getIsDiscoveryInProgress (getIsDiscoveryInProgress : /esmDiscovery/GetIsDiscoveryInProgress)
getIsDiscoveryInProgress


Return type
  • Boolean
  • Responses

    Response Messages

    Schema

    200success Boolean
    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 /esmDiscovery/GetIsSyncInProgress/{localTimeZoneOffset}
    getIsSyncInProgress (getIsSyncInProgress : /esmDiscovery/GetIsSyncInProgress/{localTimeZoneOffset})
    getIsSyncInProgress

    Path parameters

    Name

    IsRequired

    Description

    Enum

    localTimeZoneOffset required clientZoneOffset ---

    Return type
  • Boolean
  • Responses

    Response Messages

    Schema

    200success Boolean
    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

    post /esmDiscovery/schedNetworkDiscovery
    scheduleNetworkDiscovery (scheduleNetworkDiscovery : /esmDiscovery/schedNetworkDiscovery)
    scheduleNetworkDiscovery

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional dataHolder N_NetworkDiscoveryDataHolder ---

    Return type
  • N_NetworkDiscoveryRespHolder
  • Responses

    Response Messages

    Schema

    200success N_NetworkDiscoveryRespHolder
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/xml
    Example Request Data

    <N_NetworkDiscoveryDataHolder> <reqId> <reqId>7</reqId> <clientName>testUser</clientName> </reqId> <scheduler> <jobName>NetworkDiscovery_Fri Jan 15 2016 13:45:35 IST</jobName> <jobDescription/> <username/> <trigger> <name>NetworkDiscovery_Fri Jan 15 2016 13:45:35 IST</name> <deployNow>Yes</deployNow> <type/> <expression/> <timeOffset/> </trigger> </scheduler> </N_NetworkDiscoveryDataHolder>

    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/xml
    Example Response Data
    <N_NetworkDiscoveryRespHolder> <req> <clientName>testUser</clientName> <selectiveSyncViaPolling>false</selectiveSyncViaPolling> </req> <errorReason>null</errorReason> <errorCode>null</errorCode> <message>null</message> <cmdStatus>Success </cmdStatus> <opMsg>null</opMsg> <msgCode>NETWORK_DISCOVERY_SUCCESS_0001</msgCode> <parameters>null</parameters> <paramCount>0</paramCount> </N_NetworkDiscoveryRespHolder>

    External Docs
    See Also :

    N_NetworkDiscoveryDataHolder

    Name

    Type

    Description

    Enum

    sessionId String string --- ---
    requestURI String string --- ---
    logReqId String string --- ---
    operator String string --- ---
    client String string --- ---
    reqId nRequestHeaderMapper nRequestHeaderMapper --- ---
    scheduler SchedReqMapper SchedReqMapper --- ---
    activate Boolean boolean --- ---

    N_NetworkDiscoveryRespHolder

    Name

    Type

    Description

    Enum

    responseId ResponseHeader ResponseHeader --- ---

    nRequestHeaderMapper

    Name

    Type

    Description

    Enum

    reqId String string --- ---
    clientName String string --- ---

    RequestHeader

    Name

    Type

    Description

    Enum

    reqId String string --- ---
    respBeanRef String string --- ---
    clientName String string --- ---
    selectiveSyncViaPolling Boolean boolean --- ---

    ResponseHeader

    Name

    Type

    Description

    Enum

    req RequestHeader RequestHeader --- ---
    errorReason String string --- ---
    errorCode String string --- ---
    message String string --- ---
    cmdStatus String string --- ---
    opMsg String string --- ---
    msgCode String string --- ---
    parameters array[String] string --- ---
    paramCount Integer integer --- ---
    objectId Integer integer --- ---
    jobName String string --- ---
    objectType Integer integer --- ---

    SchedReqMapper

    Name

    Type

    Description

    Enum

    jobName String string --- ---
    jobDescription String string --- ---
    username String string --- ---
    trigger SchedTriggerMapper SchedTriggerMapper --- ---

    SchedTriggerMapper

    Name

    Type

    Description

    Enum

    name String string --- ---
    deployNow String string --- ---
    type String string --- ---
    expression String string --- ---
    timeOffset String string --- ---