View source: R/lookoutequipment_operations.R
lookoutequipment_create_label | R Documentation |
Creates a label for an event.
See https://www.paws-r-sdk.com/docs/lookoutequipment_create_label/ for full documentation.
lookoutequipment_create_label(
LabelGroupName,
StartTime,
EndTime,
Rating,
FaultCode = NULL,
Notes = NULL,
Equipment = NULL,
ClientToken
)
LabelGroupName |
[required] The name of a group of labels. Data in this field will be retained for service usage. Follow best practices for the security of your data. |
StartTime |
[required] The start time of the labeled event. |
EndTime |
[required] The end time of the labeled event. |
Rating |
[required] Indicates whether a labeled event represents an anomaly. |
FaultCode |
Provides additional information about the label. The fault code must be defined in the FaultCodes attribute of the label group. Data in this field will be retained for service usage. Follow best practices for the security of your data. |
Notes |
Metadata providing additional information about the label. Data in this field will be retained for service usage. Follow best practices for the security of your data. |
Equipment |
Indicates that a label pertains to a particular piece of equipment. Data in this field will be retained for service usage. Follow best practices for the security of your data. |
ClientToken |
[required] A unique identifier for the request to create a label. If you do not set the client request token, Lookout for Equipment generates one. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.