View This Server Life Cycle Runtime

get

/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}

View this server life cycle runtime.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this server life cycle runtime.

This method can return the following links:

  • rel=action title=forceShutdown uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/forceShutdown

    This resource's forceShutdown action resource.

  • rel=action title=forceSuspend uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/forceSuspend

    This resource's forceSuspend action resource.

  • rel=action title=getIPv4URL uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/getIPv4URL

    This resource's getIPv4URL action resource.

  • rel=action title=getIPv6URL uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/getIPv6URL

    This resource's getIPv6URL action resource.

  • rel=action title=resume uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/resume

    This resource's resume action resource.

  • rel=action title=shutdown uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/shutdown

    This resource's shutdown action resource.

  • rel=action title=start uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/start

    This resource's start action resource.

  • rel=action title=startInAdmin uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/startInAdmin

    This resource's startInAdmin action resource.

  • rel=action title=startInStandby uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/startInStandby

    This resource's startInStandby action resource.

  • rel=action title=suspend uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/suspend

    This resource's suspend action resource.

  • rel=tasks uri=/management/weblogic/{version}/domainRuntime/serverLifeCycleRuntimes/{name}/tasks

    This resource's tasks collection resource.

Body ()
Root Schema : Server Life Cycle Runtime
Type: object
Show Source
Back to Top