Enterprises: sendTestPushNotification

  • Theenterprises.sendTestPushNotification method sends a test notification to validate the EMM integration with Google Cloud Pub/Sub for a specific enterprise.

  • This method requires authorization using thehttps://www.googleapis.com/auth/androidenterprise scope.

  • The request uses an HTTP POST method and includes theenterpriseId as a path parameter.

  • The response body contains thetopicName andmessageId of the sent test push notification.

Note:Requiresauthorization.

Sends a test notification to validate the EMM integration withthe Google Cloud Pub/Sub service for this enterprise.

Request

HTTP request

POST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/sendTestPushNotification

Parameters

Parameter nameValueDescription
Path parameters
enterpriseIdstring 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 theauthentication 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 nameValueDescriptionNotes
topicNamestringThe name of the Cloud Pub/Sub topic to which notifications for this enterprise's enrolled account will be sent.
messageIdstringThe message ID of the test push notification that was sent.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.