Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
See: Stackdriver Logging API Reference for logging.organizations.logs.list
.
Synopsis
- type OrganizationsLogsListResource = "v2" :> (Capture "parent" Text :> ("logs" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListLogsResponse))))))))))
- organizationsLogsList :: Text -> OrganizationsLogsList
- data OrganizationsLogsList
- ollParent :: Lens' OrganizationsLogsList Text
- ollXgafv :: Lens' OrganizationsLogsList (Maybe Xgafv)
- ollUploadProtocol :: Lens' OrganizationsLogsList (Maybe Text)
- ollAccessToken :: Lens' OrganizationsLogsList (Maybe Text)
- ollUploadType :: Lens' OrganizationsLogsList (Maybe Text)
- ollPageToken :: Lens' OrganizationsLogsList (Maybe Text)
- ollPageSize :: Lens' OrganizationsLogsList (Maybe Int32)
- ollCallback :: Lens' OrganizationsLogsList (Maybe Text)
REST Resource
type OrganizationsLogsListResource = "v2" :> (Capture "parent" Text :> ("logs" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListLogsResponse)))))))))) Source #
A resource alias for logging.organizations.logs.list
method which the
OrganizationsLogsList
request conforms to.
Creating a Request
organizationsLogsList Source #
Creates a value of OrganizationsLogsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data OrganizationsLogsList Source #
Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
See: organizationsLogsList
smart constructor.
Instances
Request Lenses
ollParent :: Lens' OrganizationsLogsList Text Source #
Required. The resource name that owns the logs: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]"
ollUploadProtocol :: Lens' OrganizationsLogsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
ollAccessToken :: Lens' OrganizationsLogsList (Maybe Text) Source #
OAuth access token.
ollUploadType :: Lens' OrganizationsLogsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
ollPageToken :: Lens' OrganizationsLogsList (Maybe Text) Source #
Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.
ollPageSize :: Lens' OrganizationsLogsList (Maybe Int32) Source #
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.
ollCallback :: Lens' OrganizationsLogsList (Maybe Text) Source #
JSONP