AI-generated Key Takeaways
-
Sends a test notification to verify the connection between an Enterprise Mobility Management (EMM) system and Google Cloud Pub/Sub for a specific enterprise.
-
Requires authorization with the
https://www.googleapis.com/auth/androidenterprise
scope. -
The request uses the
POST
method and does not require a request body. -
A successful response provides the Cloud Pub/Sub topic name and the message ID of the test notification.
Sends a test notification to validate the EMM integration with the Google Cloud Pub/Sub service for this enterprise.
Request
HTTP request
POST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/sendTestPushNotification
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
enterpriseId |
string |
The ID of the enterprise. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/androidenterprise |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "topicName": string, "messageId": string }
Property name | Value | Description | Notes |
---|---|---|---|
topicName |
string |
The name of the Cloud Pub/Sub topic to which notifications for this enterprise's enrolled account will be sent. | |
messageId |
string |
The message ID of the test push notification that was sent. |