servicediscovery_update_instance_custom_health_status: Submits a request to change the health status of a custom...

View source: R/servicediscovery_operations.R

servicediscovery_update_instance_custom_health_statusR Documentation

Submits a request to change the health status of a custom health check to healthy or unhealthy

Description

Submits a request to change the health status of a custom health check to healthy or unhealthy.

See https://www.paws-r-sdk.com/docs/servicediscovery_update_instance_custom_health_status/ for full documentation.

Usage

servicediscovery_update_instance_custom_health_status(
  ServiceId,
  InstanceId,
  Status
)

Arguments

ServiceId

[required] The ID of the service that includes the configuration for the custom health check that you want to change the status for.

InstanceId

[required] The ID of the instance that you want to change the health status for.

Status

[required] The new status of the instance, HEALTHY or UNHEALTHY.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.