v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
slosLibraryManagement

Create a slo or folder.

Create a slo or folder in the slos library.

post/v1/slos

Query parameters

parentIdstring required

Identifier of the parent folder in which to create the slo or folder.

Request body

namestring required

Name of the slo or folder.

descriptionstring

Description of the slo or folder.

typestring required

Type of the object model. Valid values:

  1. SlosLibrarySlo
  2. SlosLibraryFolder

Response

The slo or folder was created.

idstring required

Identifier of the slo or folder.

namestring required

Identifier of the slo or folder.

descriptionstring required

Description of the slo or folder.

versioninteger required

Version of the slo or folder.

createdAtstring date-time required

Creation timestamp in UTC in RFC3339 format.

createdBystring required

Identifier of the user who created the resource.

modifiedAtstring date-time required

Last modification timestamp in UTC.

modifiedBystring required

Identifier of the user who last modified the resource.

parentIdstring required

Identifier of the parent folder.

contentTypestring required

Type of the content. Valid values:

  1. Slo
  2. Folder
typestring required

Type of the object model.

isSystemboolean required

System objects are objects provided by Sumo Logic. System objects can only be localized. Non-local fields can't be updated.

isMutableboolean required

Immutable objects are "READ-ONLY".

permissionsstring[]

Aggregated permission summary for the calling user. If detailed permission statements are required, please call list permissions endpoint.

Example response

{
  "permissions": [
    "Read",
    "Delete"
  ]
}