BulkActivationMetadata

class oci.apm_traces.models.BulkActivationMetadata(**kwargs)

Bases: object

Metadata about the bulk activation operation. The bulk activation operation is atomic and binary. If the processing of any of the attributes in the bulk activation request results in a processing or validation error, then none of the attributes in the request are activated. The bulk activation request succeeds only when all the attributes in the bulk activation request are processed and they get a successful attributeStatus back.

Attributes

OPERATION_STATUS_EMPTY_ATTRIBUTE_LIST A constant which can be used with the operation_status property of a BulkActivationMetadata.
OPERATION_STATUS_INSUFFICIENT_NUMERIC_SPACE A constant which can be used with the operation_status property of a BulkActivationMetadata.
OPERATION_STATUS_INSUFFICIENT_STRING_SPACE A constant which can be used with the operation_status property of a BulkActivationMetadata.
OPERATION_STATUS_INVALID_BULK_REQUEST A constant which can be used with the operation_status property of a BulkActivationMetadata.
OPERATION_STATUS_NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED A constant which can be used with the operation_status property of a BulkActivationMetadata.
OPERATION_STATUS_STRING_ATTRIBUTE_LIMIT_EXCEEDED A constant which can be used with the operation_status property of a BulkActivationMetadata.
OPERATION_STATUS_SUCCESS A constant which can be used with the operation_status property of a BulkActivationMetadata.
OPERATION_TYPE_ACTIVATE A constant which can be used with the operation_type property of a BulkActivationMetadata.
available_numeric_attributes Gets the available_numeric_attributes of this BulkActivationMetadata.
available_string_attributes Gets the available_string_attributes of this BulkActivationMetadata.
available_synthetic_numeric_attributes Gets the available_synthetic_numeric_attributes of this BulkActivationMetadata.
available_synthetic_string_attributes Gets the available_synthetic_string_attributes of this BulkActivationMetadata.
numeric_attributes_activated Gets the numeric_attributes_activated of this BulkActivationMetadata.
operation_status [Required] Gets the operation_status of this BulkActivationMetadata.
operation_type [Required] Gets the operation_type of this BulkActivationMetadata.
string_attributes_activated Gets the string_attributes_activated of this BulkActivationMetadata.
synthetic_numeric_attributes_activated Gets the synthetic_numeric_attributes_activated of this BulkActivationMetadata.
synthetic_string_attributes_activated Gets the synthetic_string_attributes_activated of this BulkActivationMetadata.

Methods

__init__(**kwargs) Initializes a new BulkActivationMetadata object with values from keyword arguments.
OPERATION_STATUS_EMPTY_ATTRIBUTE_LIST = 'EMPTY_ATTRIBUTE_LIST'

A constant which can be used with the operation_status property of a BulkActivationMetadata. This constant has a value of “EMPTY_ATTRIBUTE_LIST”

OPERATION_STATUS_INSUFFICIENT_NUMERIC_SPACE = 'INSUFFICIENT_NUMERIC_SPACE'

A constant which can be used with the operation_status property of a BulkActivationMetadata. This constant has a value of “INSUFFICIENT_NUMERIC_SPACE”

OPERATION_STATUS_INSUFFICIENT_STRING_SPACE = 'INSUFFICIENT_STRING_SPACE'

A constant which can be used with the operation_status property of a BulkActivationMetadata. This constant has a value of “INSUFFICIENT_STRING_SPACE”

OPERATION_STATUS_INVALID_BULK_REQUEST = 'INVALID_BULK_REQUEST'

A constant which can be used with the operation_status property of a BulkActivationMetadata. This constant has a value of “INVALID_BULK_REQUEST”

OPERATION_STATUS_NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED = 'NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED'

A constant which can be used with the operation_status property of a BulkActivationMetadata. This constant has a value of “NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED”

OPERATION_STATUS_STRING_ATTRIBUTE_LIMIT_EXCEEDED = 'STRING_ATTRIBUTE_LIMIT_EXCEEDED'

A constant which can be used with the operation_status property of a BulkActivationMetadata. This constant has a value of “STRING_ATTRIBUTE_LIMIT_EXCEEDED”

OPERATION_STATUS_SUCCESS = 'SUCCESS'

A constant which can be used with the operation_status property of a BulkActivationMetadata. This constant has a value of “SUCCESS”

OPERATION_TYPE_ACTIVATE = 'ACTIVATE'

A constant which can be used with the operation_type property of a BulkActivationMetadata. This constant has a value of “ACTIVATE”

__init__(**kwargs)

Initializes a new BulkActivationMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • operation_status (str) – The value to assign to the operation_status property of this BulkActivationMetadata. Allowed values for this property are: “SUCCESS”, “EMPTY_ATTRIBUTE_LIST”, “NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED”, “STRING_ATTRIBUTE_LIMIT_EXCEEDED”, “INSUFFICIENT_STRING_SPACE”, “INSUFFICIENT_NUMERIC_SPACE”, “INVALID_BULK_REQUEST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • operation_type (str) – The value to assign to the operation_type property of this BulkActivationMetadata. Allowed values for this property are: “ACTIVATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • string_attributes_activated (int) – The value to assign to the string_attributes_activated property of this BulkActivationMetadata.
  • numeric_attributes_activated (int) – The value to assign to the numeric_attributes_activated property of this BulkActivationMetadata.
  • synthetic_string_attributes_activated (int) – The value to assign to the synthetic_string_attributes_activated property of this BulkActivationMetadata.
  • synthetic_numeric_attributes_activated (int) – The value to assign to the synthetic_numeric_attributes_activated property of this BulkActivationMetadata.
  • available_string_attributes (int) – The value to assign to the available_string_attributes property of this BulkActivationMetadata.
  • available_numeric_attributes (int) – The value to assign to the available_numeric_attributes property of this BulkActivationMetadata.
  • available_synthetic_string_attributes (int) – The value to assign to the available_synthetic_string_attributes property of this BulkActivationMetadata.
  • available_synthetic_numeric_attributes (int) – The value to assign to the available_synthetic_numeric_attributes property of this BulkActivationMetadata.
available_numeric_attributes

Gets the available_numeric_attributes of this BulkActivationMetadata. Total number of free slots available to activate numeric attributes in the TRACES namespace in the APM Domain. Note that if a bulk request has succeeded, this number reflects the total number of free slots available for activation of additional numeric attributes in the TRACES namespace in the APM Domain.

Returns:The available_numeric_attributes of this BulkActivationMetadata.
Return type:int
available_string_attributes

Gets the available_string_attributes of this BulkActivationMetadata. Total number of free slots available to activate string attributes in the TRACES namespace in the APM Domain. Note that if a bulk request has succeeded, this number reflects the total number of free slots available for activation of additional string attributes in the TRACES namespace in the APM Domain.

Returns:The available_string_attributes of this BulkActivationMetadata.
Return type:int
available_synthetic_numeric_attributes

Gets the available_synthetic_numeric_attributes of this BulkActivationMetadata. Total number of free slots available to activate numeric attributes in the SYNTHETIC namespace in the APM Domain. Note that if a bulk request has succeeded, this number reflects the total number of free synthetic slots available for activation of additional numeric attributes in the SYNTHETIC namespace in the APM Domain.

Returns:The available_synthetic_numeric_attributes of this BulkActivationMetadata.
Return type:int
available_synthetic_string_attributes

Gets the available_synthetic_string_attributes of this BulkActivationMetadata. Total number of free slots available to activate string attributes in the SYNTHETIC namespace in the APM Domain. Note that if a bulk request has succeeded, this number reflects the total number of free synthetic slots available for activation of additional string attributes in the SYNTHETIC namespace in the APM Domain.

Returns:The available_synthetic_string_attributes of this BulkActivationMetadata.
Return type:int
numeric_attributes_activated

Gets the numeric_attributes_activated of this BulkActivationMetadata. Total number of numeric attributes in TRACES namespace that were activated.

Returns:The numeric_attributes_activated of this BulkActivationMetadata.
Return type:int
operation_status

[Required] Gets the operation_status of this BulkActivationMetadata. Operation status of the bulk activation operation. The bulk activation operation could have either a success or an error status as defined below. The following is a success status for the bulk activation operation. SUCCESS - The bulk activation operation has succeeded and all the attributes in the bulk activation request have been activated by this operation or activated earlier. The following are error statuses for the bulk activation operation. Note that none of the attributes (string or numeric) in the bulk request have been activated by this bulk activation operation if any of the below statuses. EMPTY_ATTRIBUTE_LIST - The bulk activation request object was empty and did not contain any attributes to be activated. NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED - The number of numeric attributes in the bulk request exceeded the maximum limit (100) of numeric attributes that could be activated in the APM Domain. STRING_ATTRIBUTE_LIMIT_EXCEEDED - The number of string attributes in the bulk request exceeded the maximum limit (700) of string attributes that could be activated in the APM Domain. INSUFFICIENT_STRING_SPACE - There are not enough free slots available in the APM Domain to activate the string attributes present in the bulk request. INSUFFICIENT_NUMERIC_SPACE - There are not enough free slots available in the APM Domain to activate the numeric attributes present in the bulk request. INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted in a processing error.

Allowed values for this property are: “SUCCESS”, “EMPTY_ATTRIBUTE_LIST”, “NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED”, “STRING_ATTRIBUTE_LIMIT_EXCEEDED”, “INSUFFICIENT_STRING_SPACE”, “INSUFFICIENT_NUMERIC_SPACE”, “INVALID_BULK_REQUEST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The operation_status of this BulkActivationMetadata.
Return type:str
operation_type

[Required] Gets the operation_type of this BulkActivationMetadata. Type of operation.

Allowed values for this property are: “ACTIVATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The operation_type of this BulkActivationMetadata.
Return type:str
string_attributes_activated

Gets the string_attributes_activated of this BulkActivationMetadata. Total number of string attributes in TRACES namespace that were activated.

Returns:The string_attributes_activated of this BulkActivationMetadata.
Return type:int
synthetic_numeric_attributes_activated

Gets the synthetic_numeric_attributes_activated of this BulkActivationMetadata. Total number of numeric attributes in SYNTHETIC namespace that were activated.

Returns:The synthetic_numeric_attributes_activated of this BulkActivationMetadata.
Return type:int
synthetic_string_attributes_activated

Gets the synthetic_string_attributes_activated of this BulkActivationMetadata. Total number of string attributes in SYNTHETIC namespace that were activated.

Returns:The synthetic_string_attributes_activated of this BulkActivationMetadata.
Return type:int