Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

UpdateConnectivityInfo - AWS IoT Greengrass

UpdateConnectivityInfo

Updates connectivity information for a Greengrass core device.

Connectivity information includes endpoints and ports where client devices can connect to an MQTT broker on the core device. When a client device calls the AWS IoT Greengrass discovery API, AWS IoT Greengrass returns connectivity information for all of the core devices where the client device can connect. For more information, see Connect client devices to core devices in the AWS IoT Greengrass Version 2 Developer Guide.

Request Syntax

PUT /greengrass/things/thingName/connectivityInfo HTTP/1.1 Content-type: application/json { "ConnectivityInfo": [ { "HostAddress": "string", "Id": "string", "Metadata": "string", "PortNumber": number } ] }

URI Request Parameters

The request uses the following URI parameters.

thingName

The name of the core device. This is also the name of the AWS IoT thing.

Length Constraints: Minimum length of 1. Maximum length of 128.

Required: Yes

Request Body

The request accepts the following data in JSON format.

ConnectivityInfo

The connectivity information for the core device.

Type: Array of ConnectivityInfo objects

Required: Yes

Response Syntax

HTTP/1.1 200 Content-type: application/json { "Message": "string", "Version": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

Message

A message about the connectivity information update request.

Type: String

Version

The new version of the connectivity information for the core device.

Type: String

Errors

For information about the errors that are common to all actions, see Common Errors.

InternalServerException

AWS IoT Greengrass can't process your request right now. Try again later.

HTTP Status Code: 500

ValidationException

The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.