ModifyManagedServicesSelector Method
Description
Updates an existing Managed Services Selector.
HTTP Request
PUT https://api.skeddly.com/api/ManagedServices/Plans/<planId>/Selectors/<selectorId>
URL Parameters
planId
ID of the Managed Services Plan to that contains the selector to retrieve.
Type: string
Required: Yes
selectorId
ID of the Managed Services Selector to retrieve.
Type: string
Required: Yes
Body
The body is a JSON structure with the following properties.
credentialIds
Identifiers of the credentials used by the selector when matching resources.
Type: Array of string
Required: Yes
groupIdComparisons
Group identifier comparisons used by the selector when matching resources. Only valid if resourceType is azure-virtual-machine.
Type: Array of ManagedServicesGroupIdComparison objects
Required: No
name
Name of the Managed Services Selector.
Type: string
Required: Yes
regionNames
Regions/locations used by the selector when matching resources.
Type: Array of string
Required: No
resourceIdComparisons
Resource identifier comparisons used by the selector when matching resources.
Type: Array of ManagedServicesResourceIdComparison objects
Required: No
resourceTagComparisons
Resource tag comparisons used by the selector when matching resources.
Type: Array of ManagedServicesResourceTagComparison objects
Required: No
resourceIds
Resource identifiers used by the selector when matching resources.
Type: Array of string
Required: No
resourceType
Type of resources that will be selected by the selector.
Type: string
Valid Values:
amazon-ec2-instanceamazon-ebs-volumeamazon-rds-instanceamazon-rds-clusteramazon-documentdb-clusteramazon-lightsail-instanceamazon-fsx-filesystemamazon-appstream-fleetamazon-redshift-clusterazure-virtual-machinegoogle-vm-instancegoogle-cloudsql-instance
Required: Yes
selectorCode
Unique code for the Managed Services Selector.
Type: string
Required: No
Default Value: Automatically generated string
Returns
A ManagedServicesSelector object.
Sample Request
Sample Response
Last updated