Operation interface
Capacities REST API operation.
Properties
| display | The object that represents the operation. |
| name | Operation name: {provider}/{resource}/{operation}. |
| origin | Origin of the operation. |
| properties | Additional properties to expose performance metrics to shoebox. |
Property Details
display
The object that represents the operation.
display?: { description?: string, operation?: string, provider?: string, resource?: string }
Property Value
{ description?: string, operation?: string, provider?: string, resource?: string }
name
Operation name: {provider}/{resource}/{operation}.
name?: string
Property Value
string
origin
Origin of the operation.
origin?: string
Property Value
string
properties
Additional properties to expose performance metrics to shoebox.
properties?: OperationProperties