Schema
Package : spaceone.api.repository.v1
Schema
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
required
2
service_type
string
required
3
schema
required
4
labels
string
optional
5
tags
optional
6
project_id
string
optional
7
domain_id
string
required
GetRepositorySchemaRequest
No
Field
Type
Required
Description
1
name
string
required
2
domain_id
string
required
3
repository_id
string
optional
4
only
string
optional
SchemaInfo
No
Field
Type
Required
Description
1
name
string
2
service_type
string
3
schema
4
labels
string
5
tags
6
repository_info
7
project_id
string
8
domain_id
string
9
created_at
SchemaQuery
No
Field
Type
Required
Description
1
query
optional
2
name
string
optional
3
service_type
string
optional
4
project_id
string
required
5
repository_id
string
required
6
domain_id
string
required
SchemaRequest
No
Field
Type
Required
Description
1
name
string
required
2
domain_id
string
required
SchemaStatQuery
No
Field
Type
Required
Description
1
query
required
2
repository_id
string
required
3
domain_id
string
required
SchemasInfo
No
Field
Type
Required
Description
1
results
2
total_count
UpdateSchemaRequest
No
Field
Type
Required
Description
1
name
string
required
2
schema
optional
3
labels
string
optional
4
tags
optional
5
domain_id
string
required
Last updated
Was this helpful?