Update a stream

Limited availability Update an existing logs stream. You can't update a stream's type. This operation can only be accessed by account users with unrestricted access. Talk to your local account administrator about access management.

🚧

By using this service, you acknowledge your obligations under the United States Department of Justice Bulk Sensitive Data Transaction Rule ("BSD Rule"). You also agree that you will not use the service to transfer, onward transfer, or otherwise make accessible any United States government-related data or bulk United States sensitive personal data to countries of concern or a covered person, as each of those terms and concepts are defined in the BSD Rule. Anyone using the service is solely responsible for compliance with the BSD Rule.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: monitor:read_write

CLI

linode-cli streams update 890 \
--label Logs stream for Managed Databases \
--status inactive \
--destinations 12345

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

The unique identifier assigned to the stream. Run the List streams operation and store the id for the applicable one.

Body Params
destinations
array of integers
length ≥ 1

One or more unique identifiers for the sync points that receive logs data. Separate multiple values with a comma. If you only provide new values as destinations, they overwrite existing ones. To keep existing destinations, run the Get a stream operation, store the existing values listed as destinations in the response, and include them with any new values in this operation.

destinations
string

The name of the stream. This is used for display purposes in Akamai Cloud Manager.

string
enum
Defaults to active

The availability status of the stream.

Allowed:
Responses

Language
Credentials
Response
Choose an example:
application/json