Schema
Package : spaceone.api.repository.v1
Schema
Schema Methods:
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
6
create
POST /repository/v1/schemas
Type
Message
Request
Response
update
PUT /repository/v1/schema/{schema}
Type
Message
Request
Response
delete
DELETE /repository/v1/schema/{schema}
Type
Message
Request
Response
get
GET /repository/v1/schemas/{schema}
Type
Message
Request
Response
list
GET /repository/v1/schemas
POST /repository/v1/schemas/search
Type
Message
Request
Response
stat
POST /repository/v1/schemas/stat
Type
Message
Request
Response
Message
CreateSchemaRequest
No
Field
Type
Required
Description
1
name
string
✅
2
service_type
string
✅
3
schema
✅
4
labels
list of string
❌
5
tags
list of spaceone.api.core.v1.Tag
❌
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
3
schema
4
labels
list of string
5
tags
list of spaceone.api.core.v1.Tag
6
repository_info
7
project_id
string
8
domain_id
string
9
created_at
10
updated_at
SchemaQuery
No
Field
Type
Required
Description
1
query
❌
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
1
query
✅
2
repository_id
string
✅
3
domain_id
string
✅
SchemasInfo
No
Field
Type
Description
1
results
2
total_count
UpdateSchemaRequest
No
Field
Type
Required
Description
1
name
string
✅
2
schema
❌
3
labels
list of string
❌
4
tags
list of spaceone.api.core.v1.Tag
❌
5
domain_id
string
✅
Last updated