Schema
Package : spaceone.api.repository.v1
Schema
Schema Methods:
create
POST /repository/v1/schemas
update
PUT /repository/v1/schema/{schema}
delete
DELETE /repository/v1/schema/{schema}
get
GET /repository/v1/schemas/{schema}
list
GET /repository/v1/schemas
POST /repository/v1/schemas/search
stat
POST /repository/v1/schemas/stat
Message
CreateSchemaRequest
No
Field
Type
Required
Description
1
name
string
✅
2
service_type
string
✅
4
labels
list of string
❌
6
project_id
string
❌
7
domain_id
string
✅
GetRepositorySchemaRequest
No
Field
Type
Required
Description
1
name
string
✅
2
domain_id
string
✅
3
repository_id
string
❌
4
only
list of string
❌
SchemaInfo
No
Field
Type
Description
1
name
string
2
service_type
string
4
labels
list of string
7
project_id
string
8
domain_id
string
SchemaQuery
No
Field
Type
Required
Description
2
name
string
❌
3
service_type
string
❌
4
project_id
string
✅
5
repository_id
string
✅
6
domain_id
string
✅
SchemaRequest
No
Field
Type
Required
Description
1
name
string
✅
2
domain_id
string
✅
SchemaStatQuery
No
Field
Type
Required
Description
2
repository_id
string
✅
3
domain_id
string
✅
SchemasInfo
UpdateSchemaRequest
No
Field
Type
Required
Description
1
name
string
✅
3
labels
list of string
❌
5
domain_id
string
✅
Last updated