Method: networks.daiSessions.get

Retrieves a DaiSession object.

HTTP request

GET https://admanager.googleapis.com/v1/{name}

Path parameters

Parameters
name

string

Required. The resource name of the DaiSession. The dai_session can be either the session ID or debug key, that DAI returns on stream create. For details, see Locate a DAI session ID or debug key.

Format: networks/{networkCode}/daiSessions/{dai_session} Format: networks/{networkCode}/daiSessions/{session_id} Format: networks/{networkCode}/daiSessions/{debugKey}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of DaiSession.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/admanager
  • https://www.googleapis.com/auth/admanager.readonly

For more information, see the OAuth 2.0 Overview.